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