All edges of this path/walk in proper order.
All edges of this path/walk in proper order.
Returns whether the nodes and edges on this path are valid with respect to this graph.
The number of edges on this path/walk.
The number of edges on this path/walk.
All nodes on this path/walk in proper order.
All nodes on this path/walk in proper order.
Semantically compares this cycle with that cycle.
Semantically compares this cycle with that cycle. While == returns true
only if the cycles contain the same elements in the same order, this comparison
returns also true if the elements of that cycle can be shifted and optionally
reversed such that their elements have the same order. For instance, given
c1 = Cycle(1-2-3-1), c2 = Cycle(2-3-1-2) and c3 = Cycle(2-1-3-2)
the following expressions hold:
c1 != c2, c1 != c3 but c1 sameAs c2 and c1 sameAs c3.
Same as sameAs but also comparing this cycle with any Traversable.
Same as sameAs but also comparing this cycle with any Traversable.
(Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.
The number of nodes and edges on this path/walk.
The number of nodes and edges on this path/walk.
(Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.
The cumulated weight of all edges on this path/walk.
The cumulated weight of all edges on this path/walk.
The weight function overriding edge weights.
The cumulated weight of all edges on this path/walk.
The cumulated weight of all edges on this path/walk.
(anyEdgeLazyCycle: MonadOps[(GraphTraversalImpl.this)#InnerElem]).filter(p)
(anyEdgeLazyCycle: MonadOps[(GraphTraversalImpl.this)#InnerElem]).flatMap(f)
(anyEdgeLazyCycle: MonadOps[(GraphTraversalImpl.this)#InnerElem]).map(f)
(anyEdgeLazyCycle: OuterNode[(GraphTraversalImpl.this)#AnyEdgeLazyCycle]).stringPrefix
(anyEdgeLazyCycle: OuterNode[(GraphTraversalImpl.this)#AnyEdgeLazyCycle]).toString()
(anyEdgeLazyCycle: MonadOps[(GraphTraversalImpl.this)#InnerElem]).withFilter(p)