Lazy

data class Lazy<T>(thunk: (config: ItemContainer) -> T) : BaseConfig.ValueState

Properties

thunk
Link copied to clipboard
val thunk: (config: ItemContainer) -> T

Sources

jvm source
Link copied to clipboard