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