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