If a NodeOrdering or EdgeOrdering different from noOrdering is supplied
neighbor nodes will visited during the traversal according to this ordering.
If a NodeOrdering or EdgeOrdering different from noOrdering is supplied
neighbor nodes will visited during the traversal according to this ordering.
The properties controlling subsequent traversals.
The properties controlling subsequent traversals.
The node where subsequent graph traversals start.
The node where subsequent graph traversals start.
Restricts subsequent graph traversals to walk only along edges that hold this predicate.
Restricts subsequent graph traversals to walk only along edges that hold this predicate.
Restricts subsequent graph traversals to visit only nodes holding this predicate.
Restricts subsequent graph traversals to visit only nodes holding this predicate.
(Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.
(Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.
Creates a new FluentProperties based on this except for an updated direction.
Creates a new FluentProperties based on this except for an updated direction.
Creates a new FluentProperties based on this except for an updated kind.
Creates a new FluentProperties based on this except for an updated kind.
Creates a new FluentProperties based on this except for an updated maxDepth.
Creates a new FluentProperties based on this except for an updated maxDepth.
Creates a new FluentProperties based on this except for an updated ordering.
Creates a new FluentProperties based on this except for an updated ordering.
Creates a new FluentProperties based on this except for an updated parameters.
Creates a new FluentProperties based on this except for an updated parameters.
Creates a new FluentProperties based on this except for an updated subgraphNodes and/or subgraphEdges.
Creates a new FluentProperties based on this except for an updated subgraphNodes and/or subgraphEdges.
(componentTraverser: MonadOps[Component]).filter(p)
(componentTraverser: MonadOps[Component]).flatMap(f)
(componentTraverser: MonadOps[Component]).map(f)
(componentTraverser: OuterNode[ComponentTraverser]).stringPrefix
(componentTraverser: OuterNode[ComponentTraverser]).toString()
(componentTraverser: MonadOps[Component]).withFilter(p)
Controls the properties of consecutive graph traversals with no specific root. Provides methods to refine the properties and to invoke multiple traversals to cover all graph components.