CustomProvider

public final class CustomProvider<T extends Object> implements ValueProvider<T>

A custom value provider using getter and setter for get and set.

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 T get()
Link copied to clipboard
public final static CustomProvider<T> of<T extends Any>(KMutableProperty0<T> property)
public final static CustomProvider<V> of<T extends Any, V extends Any>(KMutableProperty1<T, V> property, T parent)
Link copied to clipboard
public Unit set(T value)