AllOps

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

Type members

Types

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 filterA[G[_]](f: A => G[Boolean])(G: Applicative[G]): G[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 hashDistinct(H: Hash[A]): F[A]
Inherited from
Ops
def mapFilter[B](f: A => Option[B]): F[B]
Inherited from
Ops
def ordDistinct(O: Order[A]): F[A]
Inherited from
Ops
def self: F[A]
Inherited from
Ops
def traverseEither[G[_], B, C](f: A => G[Either[C, B]])(g: (A, C) => G[Unit])(G: Monad[G]): G[F[B]]
Inherited from
Ops
def traverseFilter[G[_], B](f: A => G[Option[B]])(G: Applicative[G]): G[F[B]]
Inherited from
Ops

Inherited fields