| Package | Description |
|---|---|
| de.flapdoodle.transition.initlike | |
| de.flapdoodle.transition.initlike.resolver | |
| de.flapdoodle.transition.routes |
| Modifier and Type | Class and Description |
|---|---|
class |
InitRoutes<R extends SingleDestination<?>> |
| Modifier and Type | Method and Description |
|---|---|
InitRoutes<SingleDestination<?>> |
InitRoutes.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
<D> Route.Transition<D> |
InitRoutes.transitionOf(SingleDestination<D> route) |
| Modifier and Type | Method and Description |
|---|---|
static InitLike |
InitLike.with(InitRoutes<SingleDestination<?>> routes) |
| Modifier and Type | Method and Description |
|---|---|
<T> Optional<Function<StateOfNamedType,State<T>>> |
TransitionResolver.resolve(SingleDestination<T> route,
Route.Transition<T> transition) |
static <T> Optional<Function<StateOfNamedType,State<T>>> |
TransitionResolver.resolverOf(Collection<TransitionResolver> transitionResolvers,
SingleDestination<T> route,
Route.Transition<T> transition) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Bridge<S,D> |
interface |
MergingJunction<L,R,D> |
interface |
Start<D> |
interface |
ThreeWayMergingJunction<L,M,R,D> |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableBridge<S,D>
Immutable implementation of
Bridge. |
class |
ImmutableMergingJunction<L,R,D>
Immutable implementation of
MergingJunction. |
class |
ImmutableStart<D>
Immutable implementation of
Start. |
class |
ImmutableThreeWayMergingJunction<L,M,R,D>
Immutable implementation of
ThreeWayMergingJunction. |
Copyright © 2017. All rights reserved.