kty
Toggle table of contents
0.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
kty
kty
/
nz.adjmunro.kty.tuple
/
Septuple
Septuple
data
class
Septuple
<
out
A
,
out
B
,
out
C
,
out
D
,
out
E
,
out
F
,
out
G
>
(
val
first
:
A
,
val
second
:
B
,
val
third
:
C
,
val
fourth
:
D
,
val
fifth
:
E
,
val
sixth
:
F
,
val
seventh
:
G
)
:
Tuple.Tuple7d
<
A
,
B
,
C
,
D
,
E
,
F
,
G
>
Members
Members & Extensions
Constructors
Septuple
Link copied to clipboard
constructor
(
first
:
A
,
second
:
B
,
third
:
C
,
fourth
:
D
,
fifth
:
E
,
sixth
:
F
,
seventh
:
G
)
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
seventh
Link copied to clipboard
val
seventh
:
G
sixth
Link copied to clipboard
val
sixth
:
F
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
<
H
>
plus
(
eighth
:
H
)
:
Octuple
<
A
,
B
,
C
,
D
,
E
,
F
,
G
,
H
>
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
>
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
>
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
>
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
>