Provide iterator to the path of the children
Provide iterator to the path of the children
(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.
Remove neighbouring duplicates based on a given predicate (defaults to _ eq _).
For example (1,2,2,3) would be converted to (1,2,3)