SinglePropertyLazyValue

class SinglePropertyLazyValue<E>(memberInitializer: (String) -> E)(source)

Constructors

Link copied to clipboard
constructor(memberInitializer: (String) -> E)

Functions

Link copied to clipboard
fun get(property: KProperty<*>): E