| Package | Description |
|---|---|
| de.flapdoodle.transition.routes |
| Modifier and Type | Method and Description |
|---|---|
static <L,R,D> ImmutableMergingJunction.Builder<L,R,D> |
ImmutableMergingJunction.builder(NamedType<D> destination)
Creates a builder for
ImmutableMergingJunction. |
ImmutableMergingJunction.Builder<L,R,D> |
ImmutableMergingJunction.Builder.from(MergingJunction<L,R,D> instance)
Fill a builder with attribute values from the provided
MergingJunction instance. |
ImmutableMergingJunction.Builder<L,R,D> |
ImmutableMergingJunction.Builder.left(NamedType<L> left)
Initializes the value for the
left attribute. |
ImmutableMergingJunction.Builder<L,R,D> |
ImmutableMergingJunction.Builder.right(NamedType<R> right)
Initializes the value for the
right attribute. |
Copyright © 2017. All rights reserved.