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.
(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.
(multiEdgeLazyPath: MonadOps[(GraphTraversalImpl.this)#InnerElem]).filter(p)
(multiEdgeLazyPath: MonadOps[(GraphTraversalImpl.this)#InnerElem]).flatMap(f)
(multiEdgeLazyPath: MonadOps[(GraphTraversalImpl.this)#InnerElem]).map(f)
(multiEdgeLazyPath: OuterNode[(GraphTraversalImpl.this)#MultiEdgeLazyPath]).stringPrefix
(multiEdgeLazyPath: OuterNode[(GraphTraversalImpl.this)#MultiEdgeLazyPath]).toString()
(multiEdgeLazyPath: MonadOps[(GraphTraversalImpl.this)#InnerElem]).withFilter(p)
LazyPathwith edge selection such that there exists no duplicate edge in the path.