Uses of Interface
org.teamapps.databinding.MutableValue
| Package | Description |
|---|---|
| org.teamapps.databinding |
-
Uses of MutableValue in org.teamapps.databinding
Subinterfaces of MutableValue in org.teamapps.databinding Modifier and Type Interface Description interfaceTwoWayBindableValue<T>Classes in org.teamapps.databinding that implement MutableValue Modifier and Type Class Description classTwoWayBindableValueImpl<T>Methods in org.teamapps.databinding that return MutableValue Modifier and Type Method Description static <T> MutableValue<T>DataBindings. createMutableValue(java.util.function.Consumer<T> consumer)static <T> MutableValue<T>MutableValue. from(java.util.function.Consumer<T> setter)Methods in org.teamapps.databinding with parameters of type MutableValue Modifier and Type Method Description static <T> voidDataBindings. bindOneWay(ObservableValue<T> observableValue, MutableValue<T> mutableValue)default voidObservableValue. bindWritingTo(MutableValue<T> mutableValue)