toggle menu
Arrow
1.2.4
common
switch theme
search in API
arrow-core
/
arrow.core
/
Tuple5
Tuple5
data
class
Tuple5
<
out
A
,
out
B
,
out
C
,
out
D
,
out
E
>
(
val
first
:
A
,
val
second
:
B
,
val
third
:
C
,
val
fourth
:
D
,
val
fifth
:
E
)
(
source
)
Members
Members & Extensions
Constructors
Tuple5
Link copied to clipboard
constructor
(
first
:
A
,
second
:
B
,
third
:
C
,
fourth
:
D
,
fifth
:
E
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
fifth
Link copied to clipboard
val
fifth
:
E
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
Functions
compare
To
Link copied to clipboard
operator
fun
<
A
:
Comparable
<
A
>
,
B
:
Comparable
<
B
>
,
C
:
Comparable
<
C
>
,
D
:
Comparable
<
D
>
,
E
:
Comparable
<
E
>
>
Tuple5
<
A
,
B
,
C
,
D
,
E
>
.
compareTo
(
other
:
Tuple5
<
A
,
B
,
C
,
D
,
E
>
)
:
Int
plus
Link copied to clipboard
operator
fun
<
A
,
B
,
C
,
D
,
E
,
F
>
Tuple5
<
A
,
B
,
C
,
D
,
E
>
.
plus
(
f
:
F
)
:
Tuple6
<
A
,
B
,
C
,
D
,
E
,
F
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String