| Package | Description |
|---|---|
| de.flapdoodle.transition.initlike |
| 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. |
ImmutableState<T> |
ImmutableState.withOnTearDown(Optional<TearDown<T>> optional)
Copy the current immutable object by setting an optional value for the
onTearDown attribute. |
ImmutableState<T> |
ImmutableState.withOnTearDown(TearDown<T> value)
Copy the current immutable object by setting a present value for the optional
onTearDown 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.