Skip tokens satisfying a given predicate, iterating in reverse.
Skip tokens satisfying a given predicate, iterating in reverse.
first index to check
first index not to check
(Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.
Skip tokens satisfying a given predicate.
Skip tokens satisfying a given predicate.
first index to check
first index not to check
(Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.
(tokens: MonadOps[Token]).filter(p)
(tokens: MonadOps[Token]).flatMap(f)
(tokens: MonadOps[Token]).map(f)
(tokens: MonadOps[Token]).withFilter(p)