Interface ListStateEvent.ListEntry<T>
- Enclosing class:
- ListStateEvent<T>
public static interface ListStateEvent.ListEntry<T>
-
Method Summary
-
Method Details
-
id
UUID id() -
previous
-
next
-
value
T value() -
getValueSignal
ValueSignal<T> getValueSignal()
-