| Package | Description |
|---|---|
| de.flapdoodle.transition.processlike | |
| de.flapdoodle.transition.routes |
| Modifier and Type | Method and Description |
|---|---|
<S,A,B> ProcessRoutes.Builder |
ProcessRoutes.Builder.add(PartingWay<S,A,B> route,
PartingTransition<S,A,B> transition) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutablePartingWay<S,A,B>
Immutable implementation of
PartingWay. |
| Modifier and Type | Method and Description |
|---|---|
static <S,A,B> PartingWay<S,A,B> |
PartingWay.of(NamedType<S> start,
NamedType<A> oneDestination,
NamedType<B> otherDestination) |
| Modifier and Type | Method and Description |
|---|---|
static <S,A,B> ImmutablePartingWay<S,A,B> |
ImmutablePartingWay.copyOf(PartingWay<S,A,B> instance)
Creates an immutable copy of a
PartingWay value. |
ImmutablePartingWay.Builder<S,A,B> |
ImmutablePartingWay.Builder.from(PartingWay<S,A,B> instance)
Fill a builder with attribute values from the provided
PartingWay instance. |
Copyright © 2017. All rights reserved.