kty
Toggle table of contents
0.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
kty
kty
/
nz.adjmunro.kty.tuple
/
Tuple
/
Tuple6d
Tuple6d
interface
Tuple6d
<
out
A
,
out
B
,
out
C
,
out
D
,
out
E
,
out
F
>
:
Tuple.Tuple5d
<
A
,
B
,
C
,
D
,
E
>
Inheritors
Sextuple
Tuple7d
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
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
>
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
>
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
>
to
Triple
Link copied to clipboard
fun
<
A
,
B
,
C
>
Tuple.Tuple3d
<
A
,
B
,
C
>
.
toTriple
(
)
:
Triple
<
A
,
B
,
C
>