CustomProvider
Constructors
Link copied to clipboard
public CustomProvider<T> CustomProvider<T extends Any>(Function0<T> getter, Function1<T, Unit> setter)
Functions
Link copied to clipboard
public final static CustomProvider<V> of<T extends Any, V extends Any>(KMutableProperty1<T, V> property, T parent)