| Package | Description |
|---|---|
| de.flapdoodle.transition.initlike | |
| de.flapdoodle.transition.routes |
| Modifier and Type | Method and Description |
|---|---|
<L,R,D> InitRoutes.Builder |
InitRoutes.Builder.add(MergingJunction<L,R,D> route,
MergeTransition<L,R,D> transition) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableMergingJunction<L,R,D>
Immutable implementation of
MergingJunction. |
| Modifier and Type | Method and Description |
|---|---|
static <L,R,D> MergingJunction<L,R,D> |
MergingJunction.of(NamedType<L> left,
NamedType<R> right,
NamedType<D> destination) |
| Modifier and Type | Method and Description |
|---|---|
static <L,R,D> ImmutableMergingJunction<L,R,D> |
ImmutableMergingJunction.copyOf(MergingJunction<L,R,D> instance)
Creates an immutable copy of a
MergingJunction value. |
ImmutableMergingJunction.Builder<L,R,D> |
ImmutableMergingJunction.Builder.from(MergingJunction<L,R,D> instance)
Fill a builder with attribute values from the provided
MergingJunction instance. |
Copyright © 2017. All rights reserved.