| Package | Description |
|---|---|
| de.flapdoodle.transition.processlike | |
| de.flapdoodle.transition.routes |
| Modifier and Type | Method and Description |
|---|---|
<S> ProcessRoutes.Builder |
ProcessRoutes.Builder.add(End<S> route,
EndTransition<S> transition) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableEnd<S>
Immutable implementation of
End. |
| Modifier and Type | Method and Description |
|---|---|
static <D> End<D> |
End.of(NamedType<D> start) |
| Modifier and Type | Method and Description |
|---|---|
static <S> ImmutableEnd<S> |
ImmutableEnd.copyOf(End<S> instance)
Creates an immutable copy of a
End value. |
ImmutableEnd.Builder<S> |
ImmutableEnd.Builder.from(End<S> instance)
Fill a builder with attribute values from the provided
End instance. |
Copyright © 2017. All rights reserved.