kite-core / jp.co.cyberagent.kite.core / MutableKiteContext / set
set¶
abstract operator fun <T :Any> set(key:Any, value:T):Unit
Associates the value. If the key already existed then throws IllegalStateException.
kite-core / jp.co.cyberagent.kite.core / MutableKiteContext / set
abstract operator fun <T :Any> set(key:Any, value:T):Unit
Associates the value. If the key already existed then throws IllegalStateException.