-
- All Implemented Interfaces:
public final class DelegatesKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> ProviderDelegate<T>provider(Function0<T> defaultValueProvider)final static <T extends Any> PropertyDelegate<T>property(Function0<T> defaultValueProvider)-
-
Method Detail
-
provider
final static <T extends Any> ProviderDelegate<T> provider(Function0<T> defaultValueProvider)
-
property
final static <T extends Any> PropertyDelegate<T> property(Function0<T> defaultValueProvider)
-
-
-
-