kty
Toggle table of contents
0.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
kty
kty
/
nz.adjmunro.kty.tuple
/
Tuple
/
Tuple2d
Tuple2d
interface
Tuple2d
<
out
A
,
out
B
>
:
Tuple
Inheritors
Duple
Tuple3d
Numbery2D
Members
Members & Extensions
Properties
size
Link copied to clipboard
open
override
val
size
:
Int
Functions
component1
Link copied to clipboard
abstract
operator
fun
component1
(
)
:
A
component2
Link copied to clipboard
abstract
operator
fun
component2
(
)
:
B
to
List
Link copied to clipboard
fun
<
T
>
Tuple2
<
T
>
.
toList
(
)
:
List
<
T
>
to
Pair
Link copied to clipboard
fun
<
A
,
B
>
Tuple.Tuple2d
<
A
,
B
>
.
toPair
(
)
:
Pair
<
A
,
B
>
to
Sequence
Link copied to clipboard
fun
<
T
>
Tuple2
<
T
>
.
toSequence
(
)
:
Sequence
<
T
>
to
Set
Link copied to clipboard
fun
<
T
>
Tuple2
<
T
>
.
toSet
(
)
:
Set
<
T
>