| Package | Description |
|---|---|
| de.flapdoodle.transition.processlike |
| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableState.Builder<T> |
ImmutableState.builder()
Creates a builder for
ImmutableState. |
ImmutableState.Builder<T> |
ImmutableState.Builder.from(State<T> instance)
Fill a builder with attribute values from the provided
State instance. |
ImmutableState.Builder<T> |
ImmutableState.Builder.type(NamedType<T> type)
Initializes the value for the
type attribute. |
ImmutableState.Builder<T> |
ImmutableState.Builder.value(T value)
Initializes the value for the
value attribute. |
Copyright © 2017. All rights reserved.