-
- All Implemented Interfaces:
-
kotlin.properties.ReadOnlyProperty,kotlin.properties.ReadWriteProperty
public final class ConfigurationDelegateNotNull<C extends Configuration<C>, R extends Object, T extends Object> implements ReadWriteProperty<C, T>
-
-
Constructor Summary
Constructors Constructor Description ConfigurationDelegateNotNull(ConfigurationSource source, String node, KClass<?> clazz, Function1<C, T> defaultFn, Function1<R, T> rawToComplex, Function1<T, R> complexToRaw)
-