Package arez.spy
Interface PropertyMutator<T>
- Type Parameters:
T
- The type of the ObservableValue value.
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Changing the value of an ObservableValue.
-
Method Summary
-
Method Details
-
set
Change the value of an ObservableValue to specified value.- Parameters:
value
- the value of an ObservableValue.- Throws:
Throwable
- if unable to set value.
-