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
/
WitTuple6
Wit
Tuple6
data
class
WitTuple6
<
out
A
,
out
B
,
out
C
,
out
D
,
out
E
,
out
F
>
(
val
first
:
A
,
val
second
:
B
,
val
third
:
C
,
val
fourth
:
D
,
val
fifth
:
E
,
val
sixth
:
F
)
Members
Constructors
Wit
Tuple6
Link copied to clipboard
constructor
(
first
:
A
,
second
:
B
,
third
:
C
,
fourth
:
D
,
fifth
:
E
,
sixth
:
F
)
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
sixth
Link copied to clipboard
val
sixth
:
F
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
sixth
Link copied to clipboard
fun
sixth
(
)
:
F
third
Link copied to clipboard
fun
third
(
)
:
C
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String