AllOps

trait AllOps[F[_], A] extends Ops[F, A]
trait Ops[F, A]
trait Serializable
class Object
trait Matchable
class Any
trait AllOps[F, A]

Type members

Inherited types

Inherited from
Ops

Value members

Inherited methods

def collect[B](f: PartialFunction[A, B]): F[B]
Inherited from
Ops
def filter(f: A => Boolean): F[A]
Inherited from
Ops
def filterNot(f: A => Boolean): F[A]
Inherited from
Ops
def flattenOption[B](`ev$1`: A <:< Option[B]): F[B]
Inherited from
Ops
def mapFilter[B](f: A => Option[B]): F[B]
Inherited from
Ops
def self: F[A]
Inherited from
Ops

Inherited fields