| Package | Description |
|---|---|
| de.flapdoodle.transition.initlike |
| Modifier and Type | Method and Description |
|---|---|
ImmutableStateListener<T> |
ImmutableStateListener.Builder.build()
Builds a new
ImmutableStateListener. |
static <T> ImmutableStateListener<T> |
ImmutableStateListener.copyOf(InitListener.StateListener<T> instance)
Creates an immutable copy of a
InitListener.StateListener value. |
static <T> ImmutableStateListener<T> |
ImmutableStateListener.of(NamedType<T> type,
Consumer<T> listener)
Construct a new immutable
StateListener instance. |
ImmutableStateListener<T> |
ImmutableStateListener.withListener(Consumer<T> value)
Copy the current immutable object by setting a value for the
listener attribute. |
ImmutableStateListener<T> |
ImmutableStateListener.withType(NamedType<T> value)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2017. All rights reserved.