| Package | Description |
|---|---|
| de.flapdoodle.reverse |
| Modifier and Type | Method and Description |
|---|---|
ImmutableStateMapping<T> |
ImmutableStateMapping.Builder.build()
Builds a new
ImmutableStateMapping. |
static <T> ImmutableStateMapping<T> |
ImmutableStateMapping.copyOf(StateMapping<T> instance)
Creates an immutable copy of a
StateMapping value. |
static <T> ImmutableStateMapping<T> |
ImmutableStateMapping.of(StateID<T> source,
StateID<T> destination)
Construct a new immutable
StateMapping instance. |
ImmutableStateMapping<T> |
ImmutableStateMapping.withDestination(StateID<T> value)
Copy the current immutable object by setting a value for the
destination attribute. |
ImmutableStateMapping<T> |
ImmutableStateMapping.withSource(StateID<T> value)
Copy the current immutable object by setting a value for the
source attribute. |
Copyright © 2025. All rights reserved.