| Package | Description |
|---|---|
| de.flapdoodle.transition.initlike |
| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableState.Builder<T> |
ImmutableState.builder(T value)
Creates a builder for
ImmutableState. |
static <T> ImmutableState.Builder<T> |
State.builder(T current) |
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.onTearDown(Optional<TearDown<T>> onTearDown)
Initializes the optional value
onTearDown to onTearDown. |
ImmutableState.Builder<T> |
ImmutableState.Builder.onTearDown(TearDown<T> onTearDown)
Initializes the optional value
onTearDown to onTearDown. |
Copyright © 2017. All rights reserved.