| Package | Description |
|---|---|
| de.flapdoodle.reverse.transitions |
| Modifier and Type | Method and Description |
|---|---|
ImmutableStart<D> |
ImmutableStart.Builder.build()
Builds a new
ImmutableStart. |
static <D> ImmutableStart<D> |
ImmutableStart.copyOf(Start<D> instance)
Creates an immutable copy of a
Start value. |
ImmutableStart<T> |
Start.WithDestination.initializedWith(T value) |
static <D> ImmutableStart<D> |
Start.of(StateID<D> dest,
Supplier<State<D>> action) |
ImmutableStart<T> |
Start.WithDestination.providedBy(Supplier<T> valueSupplier) |
ImmutableStart<T> |
Start.WithDestination.with(Supplier<State<T>> supplier) |
ImmutableStart<D> |
ImmutableStart.withAction(Supplier<State<D>> value)
Copy the current immutable object by setting a value for the
action attribute. |
ImmutableStart<D> |
ImmutableStart.withDestination(StateID<D> value)
Copy the current immutable object by setting a value for the
destination attribute. |
ImmutableStart<D> |
ImmutableStart.withTransitionLabel(String value)
Copy the current immutable object by setting a value for the
transitionLabel attribute. |
Copyright © 2025. All rights reserved.