Interface ReadableValue<T>

All Superinterfaces:
Signal, Value<T>
All Known Subinterfaces:
WritableValue<T>
All Known Implementing Classes:
AbstractValue, SlotValue

public interface ReadableValue<T> extends Value<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface dev.pfaff.altargui.util.listenable.Value

    listen, listen, map
  • Method Details

    • read

      T read()