| Package | Description |
|---|---|
| de.flapdoodle.reverse |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTransitions |
ImmutableTransitions.Builder.build()
Builds a new
ImmutableTransitions. |
static ImmutableTransitions |
ImmutableTransitions.copyOf(Transitions instance)
Creates an immutable copy of a
Transitions value. |
ImmutableTransitions |
ImmutableTransitions.withTransitions(Iterable<? extends Transition<?>> elements)
Copy the current immutable object with elements that replace the content of
transitions. |
ImmutableTransitions |
ImmutableTransitions.withTransitions(Transition<?>... elements)
Copy the current immutable object with elements that replace the content of
transitions. |
Copyright © 2025. All rights reserved.