LazyItem

fun <T> LazyItem(spec: Spec, name: String, thunk: (config: ItemContainer) -> T, description: String = "", type: JavaType? = null, nullable: Boolean = false)

Sources

jvm source
Link copied to clipboard