commons
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
commons
commons-tuple
/
xyz.xenondevs.commons.tuple
/
Tuple4
Tuple4
data
class
Tuple4
<
A
,
B
,
C
,
D
>
(
val
a
:
A
,
val
b
:
B
,
val
c
:
C
,
val
d
:
D
)
Members
Constructors
Tuple4
Link copied to clipboard
constructor
(
a
:
A
,
b
:
B
,
c
:
C
,
d
:
D
)
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
d
Link copied to clipboard
val
d
:
D