krwa
Toggle table of contents
0.3.0-rc.9
common
Target filter
common
Switch theme
Search in API
Skip to content
krwa
component-model
/
uk.shusek.krwa.component
/
WitTuple5
Wit
Tuple5
data
class
WitTuple5
<
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
)
Members
Constructors
Wit
Tuple5
Link copied to clipboard
constructor
(
first
:
A
,
second
:
B
,
third
:
C
,
fourth
:
D
,
fifth
:
E
)
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
fifth
Link copied to clipboard
fun
fifth
(
)
:
E
first
Link copied to clipboard
fun
first
(
)
:
A
fourth
Link copied to clipboard
fun
fourth
(
)
:
D
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
second
Link copied to clipboard
fun
second
(
)
:
B
third
Link copied to clipboard
fun
third
(
)
:
C
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String