| Package | Description |
|---|---|
| de.flapdoodle.transition.routes |
| Modifier and Type | Method and Description |
|---|---|
ImmutableBridge<S,D> |
ImmutableBridge.Builder.build()
Builds a new
ImmutableBridge. |
static <S,D> ImmutableBridge<S,D> |
ImmutableBridge.copyOf(Bridge<S,D> instance)
Creates an immutable copy of a
Bridge value. |
ImmutableBridge<S,D> |
ImmutableBridge.withDestination(NamedType<D> value)
Copy the current immutable object by setting a value for the
destination attribute. |
ImmutableBridge<S,D> |
ImmutableBridge.withStart(NamedType<S> value)
Copy the current immutable object by setting a value for the
start attribute. |
Copyright © 2017. All rights reserved.