| Package | Description |
|---|---|
| de.flapdoodle.transition.routes |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMergingJunction<L,R,D> |
ImmutableMergingJunction.Builder.build()
Builds a new
ImmutableMergingJunction. |
static <L,R,D> ImmutableMergingJunction<L,R,D> |
ImmutableMergingJunction.copyOf(MergingJunction<L,R,D> instance)
Creates an immutable copy of a
MergingJunction value. |
ImmutableMergingJunction<L,R,D> |
ImmutableMergingJunction.withDestination(NamedType<D> value)
Copy the current immutable object by setting a value for the
destination attribute. |
ImmutableMergingJunction<L,R,D> |
ImmutableMergingJunction.withLeft(NamedType<L> value)
Copy the current immutable object by setting a value for the
left attribute. |
ImmutableMergingJunction<L,R,D> |
ImmutableMergingJunction.withRight(NamedType<R> value)
Copy the current immutable object by setting a value for the
right attribute. |
Copyright © 2017. All rights reserved.