kty
Toggle table of contents
0.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
kty
kty
/
nz.adjmunro.kty.tuple
/
Quintuple
Quintuple
data
class
Quintuple
<
out
A
,
out
B
,
out
C
,
out
D
,
out
E
>
(
val
first
:
A
,
val
second
:
B
,
val
third
:
C
,
val
fourth
:
D
,
val
fifth
:
E
)
:
Tuple.Tuple5d
<
A
,
B
,
C
,
D
,
E
>
Members
Members & Extensions
Constructors
Quintuple
Link copied to clipboard
constructor
(
first
:
A
,
second
:
B
,
third
:
C
,
fourth
:
D
,
fifth
:
E
)
Properties
fifth
Link copied to clipboard
val
fifth
:
E
first
Link copied to clipboard
val
first
:
A
fourth
Link copied to clipboard
val
fourth
:
D
second
Link copied to clipboard
val
second
:
B
size
Link copied to clipboard
open
override
val
size
:
Int
third
Link copied to clipboard
val
third
:
C
Functions
plus
Link copied to clipboard
operator
fun
<
F
>
plus
(
sixth
:
F
)
:
Sextuple
<
A
,
B
,
C
,
D
,
E
,
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
>
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
>
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
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
to
Triple
Link copied to clipboard
fun
<
A
,
B
,
C
>
Tuple.Tuple3d
<
A
,
B
,
C
>
.
toTriple
(
)
:
Triple
<
A
,
B
,
C
>