@Value.Immutable
public static interface Listener.StateListener<T>
| Modifier and Type | Method and Description |
|---|---|
Consumer<T> |
listener() |
static <T> Listener.StateListener<T> |
of(StateID<T> type,
Consumer<T> listener) |
StateID<T> |
type() |
Copyright © 2023. All rights reserved.