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