| Modifier and Type | Method and Description |
|---|---|
Optional<GraphAsDot.AsComparable<T,?>> |
ImmutableGraphAsDot.sortedBy() |
abstract Optional<GraphAsDot.AsComparable<T,?>> |
GraphAsDot.sortedBy() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableGraphAsDot.Builder<T> |
ImmutableGraphAsDot.Builder.sortedBy(GraphAsDot.AsComparable<T,?> sortedBy)
Initializes the optional value
sortedBy to sortedBy. |
ImmutableGraphAsDot<T> |
ImmutableGraphAsDot.withSortedBy(GraphAsDot.AsComparable<T,?> value)
Copy the current immutable object by setting a present value for the optional
sortedBy attribute. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableGraphAsDot.Builder<T> |
ImmutableGraphAsDot.Builder.sortedBy(Optional<? extends GraphAsDot.AsComparable<T,?>> sortedBy)
Initializes the optional value
sortedBy to sortedBy. |
ImmutableGraphAsDot<T> |
ImmutableGraphAsDot.withSortedBy(Optional<? extends GraphAsDot.AsComparable<T,?>> optional)
Copy the current immutable object by setting an optional value for the
sortedBy attribute. |
Copyright © 2023. All rights reserved.