Package arez.spy

Interface PropertyAccessor<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.

@OmitType(unless="arez.enable_property_introspection") @FunctionalInterface public interface PropertyAccessor<T>
Returning the value of an ObservableValue.
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    Return the value of an ObservableValue.
  • Method Details

    • get

      T get() throws Throwable
      Return the value of an ObservableValue.
      Returns:
      the value of an ObservableValue.
      Throws:
      Throwable - if unable to retrieve value.