| Package | Description |
|---|---|
| de.flapdoodle.transition.routes |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePartingWay<S,A,B> |
ImmutablePartingWay.Builder.build()
Builds a new
ImmutablePartingWay. |
static <S,A,B> ImmutablePartingWay<S,A,B> |
ImmutablePartingWay.copyOf(PartingWay<S,A,B> instance)
Creates an immutable copy of a
PartingWay value. |
ImmutablePartingWay<S,A,B> |
ImmutablePartingWay.withOneDestination(NamedType<A> value)
Copy the current immutable object by setting a value for the
oneDestination attribute. |
ImmutablePartingWay<S,A,B> |
ImmutablePartingWay.withOtherDestination(NamedType<B> value)
Copy the current immutable object by setting a value for the
otherDestination attribute. |
ImmutablePartingWay<S,A,B> |
ImmutablePartingWay.withStart(NamedType<S> value)
Copy the current immutable object by setting a value for the
start attribute. |
Copyright © 2017. All rights reserved.