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

    Modifier and Type
    Method
    Description
    void
    set(T value)
    Change the value of an ObservableValue to specified value.
  • Method Details

    • set

      void set(T value) throws Throwable
      Change the value of an ObservableValue to specified value.
      Parameters:
      value - the value of an ObservableValue.
      Throws:
      Throwable - if unable to set value.