kite-core / jp.co.cyberagent.kite.core / withKiteContext
withKiteContext¶
fun
KiteDslScope
.withKiteContext(context:
KiteContext
, block:
KiteDslScope
.() ->
Unit
):
Unit
Calls the kite DSL with a given KiteContext.
The resulting context for the block using the KiteContext.plus method.