LazyHardware

class LazyHardware<T>(initializer: () -> T) : ReadOnlyProperty<Any?, T>

Constructors

Link copied to clipboard
constructor(initializer: () -> T)

Functions

Link copied to clipboard
fun applyAfterInit(block: Configurator<T>)
Link copied to clipboard
open operator override fun getValue(thisRef: Any?, property: KProperty<*>): T