| Package | Description |
|---|---|
| de.flapdoodle.transition.initlike |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableNamedTypeAndState<T>
Immutable implementation of
NamedTypeAndState. |
| Modifier and Type | Method and Description |
|---|---|
static <T> NamedTypeAndState<T> |
NamedTypeAndState.of(NamedType<T> type,
State<T> state) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableNamedTypeAndState<T> |
ImmutableNamedTypeAndState.copyOf(NamedTypeAndState<T> instance)
Creates an immutable copy of a
NamedTypeAndState value. |
ImmutableNamedTypeAndState.Builder<T> |
ImmutableNamedTypeAndState.Builder.from(NamedTypeAndState<T> instance)
Fill a builder with attribute values from the provided
NamedTypeAndState instance. |
Copyright © 2017. All rights reserved.