the tree
Look up the value given by a Path
(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.
(node: MonadOps[T]).filter(p)
(node: MonadOps[T]).flatMap(f)
(node: MonadOps[T]).map(f)
(node: MonadOps[T]).withFilter(p)