avail
2.0.0.alpha24
jvm
avail
/
avail.utility
/
Tuple4
Tuple4
data
class
Tuple4
<
T1
,
T2
,
T3
,
T4
>
(
val
t1
:
T1
,
val
t2
:
T2
,
val
t3
:
T3
,
val
t4
:
T4
)
Tuple of length 4.
Members
Constructors
Tuple4
Link copied to clipboard
constructor
(
t1
:
T1
,
t2
:
T2
,
t3
:
T3
,
t4
:
T4
)
Properties
t1
Link copied to clipboard
val
t1
:
T1
t2
Link copied to clipboard
val
t2
:
T2
t3
Link copied to clipboard
val
t3
:
T3
t4
Link copied to clipboard
val
t4
:
T4