| Package | Description |
|---|---|
| de.flapdoodle.reverse |
| Modifier and Type | Method and Description |
|---|---|
ImmutableStateID<T> |
ImmutableStateID.Builder.build()
Builds a new
ImmutableStateID. |
static <T> ImmutableStateID<T> |
ImmutableStateID.copyOf(StateID<T> instance)
Creates an immutable copy of a
StateID value. |
static <T> ImmutableStateID<T> |
ImmutableStateID.of(String name,
de.flapdoodle.reflection.TypeInfo<T> type)
Construct a new immutable
StateID instance. |
ImmutableStateID<T> |
ImmutableStateID.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableStateID<T> |
ImmutableStateID.withType(de.flapdoodle.reflection.TypeInfo<T> value)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2023. All rights reserved.