| Package | Description |
|---|---|
| de.flapdoodle.transition.routes |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRouteAndVertex |
ImmutableRouteAndVertex.Builder.build()
Builds a new
ImmutableRouteAndVertex. |
static ImmutableRouteAndVertex |
ImmutableRouteAndVertex.copyOf(RoutesAsGraph.RouteAndVertex instance)
Creates an immutable copy of a
RoutesAsGraph.RouteAndVertex value. |
static ImmutableRouteAndVertex |
ImmutableRouteAndVertex.of(NamedType<?> start,
Route<?> route,
NamedType<?> end)
Construct a new immutable
RouteAndVertex instance. |
ImmutableRouteAndVertex |
ImmutableRouteAndVertex.withEnd(NamedType<?> value)
Copy the current immutable object by setting a value for the
end attribute. |
ImmutableRouteAndVertex |
ImmutableRouteAndVertex.withRoute(Route<?> value)
Copy the current immutable object by setting a value for the
route attribute. |
ImmutableRouteAndVertex |
ImmutableRouteAndVertex.withStart(NamedType<?> value)
Copy the current immutable object by setting a value for the
start attribute. |
Copyright © 2017. All rights reserved.