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