All edges of this path in proper order.
All edges of this path in proper order.
Returns whether the contents of this path are valid with respect to path semantics.
The number of edges on this path.
The number of edges on this path.
All nodes of this path 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.
The number of nodes and edges on this path.
(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.
The cumulated weight of all edges on this path.
(lazyPath: MonadOps[OutParam[N, E]]).filter(p)
(lazyPath: MonadOps[OutParam[N, E]]).flatMap(f)
(lazyPath: MonadOps[OutParam[N, E]]).map(f)
(lazyPath: StringAdd).self
(lazyPath: StringFormat).self
(lazyPath: OuterNode[LazyPath]).stringPrefix
(lazyPath: OuterNode[LazyPath]).toString()
(lazyPath: MonadOps[OutParam[N, E]]).withFilter(p)
(Since version 2.10.0) use fold instead
(lazyPath: ArrowAssoc[LazyPath]).x
(Since version 2.10.0) Use leftOfArrow
instead
(lazyPath: Ensuring[LazyPath]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
Path based on the passed collection of nodes with lazy evaluation of edges.