lazySet

open override fun <T> lazySet(item: Item<T>, thunk: (config: ItemContainer) -> T)

Associate item with specified thunk, which can be used to evaluate value for the item.

Parameters

item

config item

thunk

thunk used to evaluate value for the item

Sources

jvm source
Link copied to clipboard