| Package | Description |
|---|---|
| de.flapdoodle.reverse |
| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableStateListener.Builder<T> |
ImmutableStateListener.builder()
Creates a builder for
ImmutableStateListener. |
ImmutableStateListener.Builder<T> |
ImmutableStateListener.Builder.from(Listener.StateListener<T> instance)
Fill a builder with attribute values from the provided
StateListener instance. |
ImmutableStateListener.Builder<T> |
ImmutableStateListener.Builder.listener(Consumer<T> listener)
Initializes the value for the
listener attribute. |
ImmutableStateListener.Builder<T> |
ImmutableStateListener.Builder.type(StateID<T> type)
Initializes the value for the
type attribute. |
Copyright © 2023. All rights reserved.