| Package | Description |
|---|---|
| de.flapdoodle.reverse |
| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableStateID.Builder<T> |
ImmutableStateID.builder()
Creates a builder for
ImmutableStateID. |
ImmutableStateID.Builder<T> |
ImmutableStateID.Builder.from(StateID<T> instance)
Fill a builder with attribute values from the provided
StateID instance. |
ImmutableStateID.Builder<T> |
ImmutableStateID.Builder.name(String name)
Initializes the value for the
name attribute. |
ImmutableStateID.Builder<T> |
ImmutableStateID.Builder.type(de.flapdoodle.reflection.TypeInfo<T> type)
Initializes the value for the
type attribute. |
Copyright © 2025. All rights reserved.