| Package | Description |
|---|---|
| de.flapdoodle.transition.routes |
| Modifier and Type | Method and Description |
|---|---|
static <S,A,B> ImmutablePartingWay.Builder<S,A,B> |
ImmutablePartingWay.builder()
Creates a builder for
ImmutablePartingWay. |
ImmutablePartingWay.Builder<S,A,B> |
ImmutablePartingWay.Builder.from(PartingWay<S,A,B> instance)
Fill a builder with attribute values from the provided
PartingWay instance. |
ImmutablePartingWay.Builder<S,A,B> |
ImmutablePartingWay.Builder.oneDestination(NamedType<A> oneDestination)
Initializes the value for the
oneDestination attribute. |
ImmutablePartingWay.Builder<S,A,B> |
ImmutablePartingWay.Builder.otherDestination(NamedType<B> otherDestination)
Initializes the value for the
otherDestination attribute. |
ImmutablePartingWay.Builder<S,A,B> |
ImmutablePartingWay.Builder.start(NamedType<S> start)
Initializes the value for the
start attribute. |
Copyright © 2017. All rights reserved.