kite-core / jp.co.cyberagent.kite.core / KiteSubscribeScope / refOnly
refOnly¶
abstract fun <T> refOnly(block:
KiteSubscribeScope
.() ->
T
):
T
Any state referenced in the block will not be treated as a dependency.
kite-core / jp.co.cyberagent.kite.core / KiteSubscribeScope / refOnly
abstract fun <T> refOnly(block:
KiteSubscribeScope
.() ->
T
):
T
Any state referenced in the block will not be treated as a dependency.