| Package | Description |
|---|---|
| de.flapdoodle.transition.initlike |
| Modifier and Type | Method and Description |
|---|---|
ImmutableNamedTypeAndState<T> |
ImmutableNamedTypeAndState.Builder.build()
Builds a new
ImmutableNamedTypeAndState. |
static <T> ImmutableNamedTypeAndState<T> |
ImmutableNamedTypeAndState.copyOf(NamedTypeAndState<T> instance)
Creates an immutable copy of a
NamedTypeAndState value. |
static <T> ImmutableNamedTypeAndState<T> |
ImmutableNamedTypeAndState.of(NamedType<T> type,
State<T> state)
Construct a new immutable
NamedTypeAndState instance. |
ImmutableNamedTypeAndState<T> |
ImmutableNamedTypeAndState.withState(State<T> value)
Copy the current immutable object by setting a value for the
state attribute. |
ImmutableNamedTypeAndState<T> |
ImmutableNamedTypeAndState.withType(NamedType<T> value)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2017. All rights reserved.