lazy Set
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
abstract fun <T> lazySet(name: String, thunk: (config: ItemContainer) -> T)
Content copied to clipboard
Find item with specified name, and associate item with specified thunk, which can be used to evaluate value for the item.
Parameters
name
item name
thunk
thunk used to evaluate value for the item