openrndr
0.4.5-dev.4.uncommitted+98ebace
common
openrndr-utils
/
org.openrndr.utils.tuples
/
Quadruple
Quadruple
@
JvmRecord
data
class
Quadruple
<
out
A
,
out
B
,
out
C
,
out
D
>
(
val
first
:
A
,
val
second
:
B
,
val
third
:
C
,
val
fourth
:
D
)
(
source
)
Members
Constructors
Quadruple
Link copied to clipboard
constructor
(
first
:
A
,
second
:
B
,
third
:
C
,
fourth
:
D
)
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
first
Link copied to clipboard
val
first
:
A
fourth
Link copied to clipboard
val
fourth
:
D
second
Link copied to clipboard
val
second
:
B
third
Link copied to clipboard
val
third
:
C