| Package | Description |
|---|---|
| de.flapdoodle.transition.routes |
| Modifier and Type | Method and Description |
|---|---|
ImmutableThreeWayMergingJunction<L,M,R,D> |
ImmutableThreeWayMergingJunction.Builder.build()
Builds a new
ImmutableThreeWayMergingJunction. |
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<L,M,R,D> |
ImmutableThreeWayMergingJunction.withDestination(NamedType<D> value)
Copy the current immutable object by setting a value for the
destination attribute. |
ImmutableThreeWayMergingJunction<L,M,R,D> |
ImmutableThreeWayMergingJunction.withLeft(NamedType<L> value)
Copy the current immutable object by setting a value for the
left attribute. |
ImmutableThreeWayMergingJunction<L,M,R,D> |
ImmutableThreeWayMergingJunction.withMiddle(NamedType<M> value)
Copy the current immutable object by setting a value for the
middle attribute. |
ImmutableThreeWayMergingJunction<L,M,R,D> |
ImmutableThreeWayMergingJunction.withRight(NamedType<R> value)
Copy the current immutable object by setting a value for the
right attribute. |
Copyright © 2017. All rights reserved.