Uses of Interface
org.teamapps.databinding.MutableValue
Packages that use MutableValue
-
Uses of MutableValue in org.teamapps.databinding
Subinterfaces of MutableValue in org.teamapps.databindingClasses in org.teamapps.databinding that implement MutableValueMethods in org.teamapps.databinding that return MutableValueModifier and TypeMethodDescriptionstatic <T> MutableValue<T> DataBindings.createMutableValue(Consumer<T> consumer) static <T> MutableValue<T> Methods in org.teamapps.databinding with parameters of type MutableValueModifier and TypeMethodDescriptionstatic <T> voidDataBindings.bindOneWay(ObservableValue<T> observableValue, MutableValue<T> mutableValue) default voidObservableValue.bindWritingTo(MutableValue<T> mutableValue)