Package | Description |
---|---|
oracle.pgx.algorithm |
Modifier and Type | Method and Description |
---|---|
static EdgeSequence |
EdgeSequence.create()
Instantiate a new edge sequence.
|
EdgeSequence |
EdgeSequence.filter(EdgeProperty<java.lang.Boolean> property)
Filter the edges in the sequence by the given boolean property.
|
EdgeSequence |
EdgeSequence.filter(java.util.function.Predicate<PgxEdge> predicate)
Filter the edges in the sequence by the given predicate.
|