| Package | Description |
|---|---|
| de.flapdoodle.reverse |
| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableStateMapping.Builder<T> |
ImmutableStateMapping.builder()
Creates a builder for
ImmutableStateMapping. |
ImmutableStateMapping.Builder<T> |
ImmutableStateMapping.Builder.destination(StateID<T> destination)
Initializes the value for the
destination attribute. |
ImmutableStateMapping.Builder<T> |
ImmutableStateMapping.Builder.from(StateMapping<T> instance)
Fill a builder with attribute values from the provided
StateMapping instance. |
ImmutableStateMapping.Builder<T> |
ImmutableStateMapping.Builder.source(StateID<T> source)
Initializes the value for the
source attribute. |
Copyright © 2023. All rights reserved.