@Value.Immutable public interface MergingJunction<L,R,D> extends SingleDestination<D>
Route.Transition<D>| Modifier and Type | Method and Description |
|---|---|
NamedType<L> |
left() |
static <L,R,D> MergingJunction<L,R,D> |
of(NamedType<L> left,
NamedType<R> right,
NamedType<D> destination) |
NamedType<R> |
right() |
default Set<NamedType<?>> |
sources() |
destinationCopyright © 2017. All rights reserved.