the underlying Traversable.
(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.
(seqFacade: MonadOps[A]).filter(p)
(seqFacade: MonadOps[A]).flatMap(f)
(seqFacade: MonadOps[A]).map(f)
(seqFacade: MonadOps[A]).withFilter(p)
Wraps
tto a Seq. It helps to avoid the creation of a copy of the elements oftwhen passingtto repeated parameters of typeA.applyis O(N).