kite-core / jp.co.cyberagent.kite.core / require
require¶
fun <T :
Any
>
KiteContext
.require(key:
Any
):
T
Returns the value with the given key. If the key is not found then throws IllegalArgumentException.
kite-core / jp.co.cyberagent.kite.core / require
fun <T :
Any
>
KiteContext
.require(key:
Any
):
T
Returns the value with the given key. If the key is not found then throws IllegalArgumentException.