kite-core / jp.co.cyberagent.kite.core / Tuple4
Tuple4¶
data class Tuple4<out A, out B, out C, out D>
Constructors¶
Name | Summary |
---|---|
<init> | Tuple4(a: A , b: B , c: C , d: D ) |
Properties¶
Name | Summary |
---|---|
a | val a: A |
b | val b: B |
c | val c: C |
d | val d: D |
Extension Functions¶
Name | Summary |
---|---|
asKiteContextElement | fun <T : Any > T .asKiteContextElement(): Pair < KClass <*>, Any > Creates a KiteContextElement with the KClass |