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