Interface ListStateEvent.ListEntry<T>

Enclosing class:
ListStateEvent<T>

public static interface ListStateEvent.ListEntry<T>
  • Method Details

    • id

      UUID id()
    • previous

      @Nullable UUID previous()
    • next

      @Nullable UUID next()
    • value

      T value()
    • getValueSignal

      ValueSignal<T> getValueSignal()