kty
Toggle table of contents
0.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
kty
kty
/
nz.adjmunro.kty.tuple
/
Tuple
/
Tuple9d
Tuple9d
interface
Tuple9d
<
out
A
,
out
B
,
out
C
,
out
D
,
out
E
,
out
F
,
out
G
,
out
H
,
out
I
>
:
Tuple.Tuple8d
<
A
,
B
,
C
,
D
,
E
,
F
,
G
,
H
>
Inheritors
Nonuple
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
component3
Link copied to clipboard
abstract
operator
fun
component3
(
)
:
C
component4
Link copied to clipboard
abstract
operator
fun
component4
(
)
:
D
component5
Link copied to clipboard
abstract
operator
fun
component5
(
)
:
E
component6
Link copied to clipboard
abstract
operator
fun
component6
(
)
:
F
component7
Link copied to clipboard
abstract
operator
fun
component7
(
)
:
G
component8
Link copied to clipboard
abstract
operator
fun
component8
(
)
:
H
component9
Link copied to clipboard
abstract
operator
fun
component9
(
)
:
I
to
List
Link copied to clipboard
fun
<
T
>
Tuple2
<
T
>
.
toList
(
)
:
List
<
T
>
fun
<
T
>
Tuple3
<
T
>
.
toList
(
)
:
List
<
T
>
fun
<
T
>
Tuple4
<
T
>
.
toList
(
)
:
List
<
T
>
fun
<
T
>
Tuple5
<
T
>
.
toList
(
)
:
List
<
T
>
fun
<
T
>
Tuple6
<
T
>
.
toList
(
)
:
List
<
T
>
fun
<
T
>
Tuple7
<
T
>
.
toList
(
)
:
List
<
T
>
fun
<
T
>
Tuple8
<
T
>
.
toList
(
)
:
List
<
T
>
fun
<
T
>
Tuple9
<
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
>
fun
<
T
>
Tuple3
<
T
>
.
toSequence
(
)
:
Sequence
<
T
>
fun
<
T
>
Tuple4
<
T
>
.
toSequence
(
)
:
Sequence
<
T
>
fun
<
T
>
Tuple5
<
T
>
.
toSequence
(
)
:
Sequence
<
T
>
fun
<
T
>
Tuple6
<
T
>
.
toSequence
(
)
:
Sequence
<
T
>
fun
<
T
>
Tuple7
<
T
>
.
toSequence
(
)
:
Sequence
<
T
>
fun
<
T
>
Tuple8
<
T
>
.
toSequence
(
)
:
Sequence
<
T
>
fun
<
T
>
Tuple9
<
T
>
.
toSequence
(
)
:
Sequence
<
T
>
to
Set
Link copied to clipboard
fun
<
T
>
Tuple2
<
T
>
.
toSet
(
)
:
Set
<
T
>
fun
<
T
>
Tuple3
<
T
>
.
toSet
(
)
:
Set
<
T
>
fun
<
T
>
Tuple4
<
T
>
.
toSet
(
)
:
Set
<
T
>
fun
<
T
>
Tuple5
<
T
>
.
toSet
(
)
:
Set
<
T
>
fun
<
T
>
Tuple6
<
T
>
.
toSet
(
)
:
Set
<
T
>
fun
<
T
>
Tuple7
<
T
>
.
toSet
(
)
:
Set
<
T
>
fun
<
T
>
Tuple8
<
T
>
.
toSet
(
)
:
Set
<
T
>
fun
<
T
>
Tuple9
<
T
>
.
toSet
(
)
:
Set
<
T
>
to
Triple
Link copied to clipboard
fun
<
A
,
B
,
C
>
Tuple.Tuple3d
<
A
,
B
,
C
>
.
toTriple
(
)
:
Triple
<
A
,
B
,
C
>