| Package | Description |
|---|---|
| de.flapdoodle.reverse |
| 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<? extends 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 © 2025. All rights reserved.