@Value.Immutable public abstract class StateMapping<T> extends Object
| Constructor and Description |
|---|
StateMapping() |
| Modifier and Type | Method and Description |
|---|---|
abstract StateID<T> |
destination() |
boolean |
isDirect() |
static <T> StateMapping<T> |
of(StateID<T> source,
StateID<T> destination) |
abstract StateID<T> |
source() |
Copyright © 2025. All rights reserved.