LazyVarargDelegate

class LazyVarargDelegate<V, O>(varargs: Array<out V>, mapping: (V) -> O)(source)

Constructors

Link copied to clipboard
constructor(varargs: Array<out V>, mapping: (V) -> O)

Functions

Link copied to clipboard
operator fun getValue(thisRef: Any?, prop: KProperty<*>): List<O>