kite-core / jp.co.cyberagent.kite.core / KiteContext / get
get¶
abstract operator fun <T :Any> get(key:Any):T?
Returns the value with the given key. If the key is not found then returns null.
kite-core / jp.co.cyberagent.kite.core / KiteContext / get
abstract operator fun <T :Any> get(key:Any):T?
Returns the value with the given key. If the key is not found then returns null.