WithFilterSubstAsyncShift

cps.runtime.WithFilterSubstAsyncShift
class WithFilterSubstAsyncShift[A, C <: ([X] =>> Iterable[X] & IterableOps[X, C, C[X]]), CA <: C[A]](ca: CA, p: A => Boolean, csf: IterableOpsAsyncShift[A, C, CA])

Attributes

Source:
WithFilterSubstAsyncShift.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def flatMap[F[_], B](m: CpsMonad[F])(f: A => F[IterableOnce[B]]): F[C[B]]
def foreach[F[_], U](m: CpsMonad[F])(f: A => F[U]): F[Unit]
def map[F[_], B](m: CpsMonad[F])(f: A => F[B]): F[C[B]]
def withFilter[F[_]](m: CpsMonad[F])(p1: A => F[Boolean]): DelayedWithFilter[F, A, C, CA]