@Value.Immutable
public interface StateID<T>
| Modifier and Type | Method and Description |
|---|---|
String |
name() |
static <T> StateID<T> |
of(Class<T> type) |
static <T> StateID<T> |
of(String name,
Class<T> type) |
static Set<StateID<?>> |
setOf(StateID<?>... namedTypes) |
Class<T> |
type() |
Copyright © 2022. All rights reserved.