LazyComputed

class LazyComputed<P1, R>(initializer: (P1) -> R)

A Lazy value initialized with a parameter

Constructors

Link copied to clipboard
constructor(initializer: (P1) -> R)

Functions

Link copied to clipboard
operator fun invoke(p1: P1): R
Link copied to clipboard
fun reset()