| Package | Description |
|---|---|
| de.flapdoodle.transition.routes |
| Modifier and Type | Method and Description |
|---|---|
static <L,M,R,D> ImmutableThreeWayMergingJunction.Builder<L,M,R,D> |
ImmutableThreeWayMergingJunction.builder(NamedType<D> destination)
Creates a builder for
ImmutableThreeWayMergingJunction. |
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. |
ImmutableThreeWayMergingJunction.Builder<L,M,R,D> |
ImmutableThreeWayMergingJunction.Builder.left(NamedType<L> left)
Initializes the value for the
left attribute. |
ImmutableThreeWayMergingJunction.Builder<L,M,R,D> |
ImmutableThreeWayMergingJunction.Builder.middle(NamedType<M> middle)
Initializes the value for the
middle attribute. |
ImmutableThreeWayMergingJunction.Builder<L,M,R,D> |
ImmutableThreeWayMergingJunction.Builder.right(NamedType<R> right)
Initializes the value for the
right attribute. |
Copyright © 2017. All rights reserved.