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
/
WitTuple4
Wit
Tuple4
data
class
WitTuple4
<
out
A
,
out
B
,
out
C
,
out
D
>
(
val
first
:
A
,
val
second
:
B
,
val
third
:
C
,
val
fourth
:
D
)
Members
Constructors
Wit
Tuple4
Link copied to clipboard
constructor
(
first
:
A
,
second
:
B
,
third
:
C
,
fourth
:
D
)
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
Functions
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