Class ParameterizedLazy
-
- All Implemented Interfaces:
-
kotlin.Function,kotlin.coroutines.SuspendFunction1
public final class ParameterizedLazy<T extends Object, R extends Object> implements SuspendFunction1<T, R>
-
-
Constructor Summary
Constructors Constructor Description ParameterizedLazy(SuspendFunction1<T, R> initializer)
-