| Package | Description |
|---|---|
| de.flapdoodle.transition.initlike | |
| de.flapdoodle.transition.routes |
| Modifier and Type | Method and Description |
|---|---|
<L,M,R,D> InitRoutes.Builder |
InitRoutes.Builder.add(ThreeWayMergingJunction<L,M,R,D> route,
ThreeWayMergingTransition<L,M,R,D> transition) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableThreeWayMergingJunction<L,M,R,D>
Immutable implementation of
ThreeWayMergingJunction. |
| Modifier and Type | Method and Description |
|---|---|
static <L,M,R,D> ThreeWayMergingJunction<L,M,R,D> |
ThreeWayMergingJunction.of(NamedType<L> left,
NamedType<M> middle,
NamedType<R> right,
NamedType<D> destination) |
| Modifier and Type | Method and Description |
|---|---|
static <L,M,R,D> ImmutableThreeWayMergingJunction<L,M,R,D> |
ImmutableThreeWayMergingJunction.copyOf(ThreeWayMergingJunction<L,M,R,D> instance)
Creates an immutable copy of a
ThreeWayMergingJunction value. |
ImmutableThreeWayMergingJunction.Builder<L,M,R,D> |
ImmutableThreeWayMergingJunction.Builder.from(ThreeWayMergingJunction<L,M,R,D> instance)
Fill a builder with attribute values from the provided
ThreeWayMergingJunction instance. |
Copyright © 2017. All rights reserved.