| Package | Description |
|---|---|
| de.flapdoodle.reverse |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTransitionMapping<D> |
ImmutableTransitionMapping.Builder.build()
Builds a new
ImmutableTransitionMapping. |
static <D> ImmutableTransitionMapping<D> |
ImmutableTransitionMapping.copyOf(TransitionMapping<D> instance)
Creates an immutable copy of a
TransitionMapping value. |
ImmutableTransitionMapping<D> |
ImmutableTransitionMapping.withDestination(StateMapping<D> value)
Copy the current immutable object by setting a value for the
destination attribute. |
ImmutableTransitionMapping<D> |
ImmutableTransitionMapping.withLabel(String value)
Copy the current immutable object by setting a value for the
label attribute. |
ImmutableTransitionMapping<D> |
ImmutableTransitionMapping.withMappings(Iterable<? extends StateMapping<?>> elements)
Copy the current immutable object with elements that replace the content of
mappings. |
ImmutableTransitionMapping<D> |
ImmutableTransitionMapping.withMappings(StateMapping<?>... elements)
Copy the current immutable object with elements that replace the content of
mappings. |
Copyright © 2025. All rights reserved.