commons
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
commons
commons-tuple
/
xyz.xenondevs.commons.tuple
/
Tuple2
Tuple2
data
class
Tuple2
<
A
,
B
>
(
val
a
:
A
,
val
b
:
B
)
Members
Constructors
Tuple2
Link copied to clipboard
constructor
(
a
:
A
,
b
:
B
)
Properties
a
Link copied to clipboard
val
a
:
A
b
Link copied to clipboard
val
b
:
B
Functions
to
Pair
Link copied to clipboard
fun
toPair
(
)
:
Pair
<
A
,
B
>