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
trait AllOps[F, A]
trait AllOps[F, A]

Type members

Value members

Inherited methods

def exists(p: A => Boolean): Boolean
Inherited from
Ops
def forall(p: A => Boolean): Boolean
Inherited from
Ops
def isEmpty: Boolean
Inherited from
Ops
def nonEmpty: Boolean
Inherited from
Ops
def self: F[A]
Inherited from
Ops
def size: Long
Inherited from
Ops
def unorderedFold(`ev$1`: CommutativeMonoid[A]): A
Inherited from
Ops
def unorderedFoldMap[B](f: A => B)(`ev$1`: CommutativeMonoid[B]): B
Inherited from
Ops
def unorderedSequence[G[_], B](`ev$1`: A <:< G[B], `ev$2`: CommutativeApplicative[G]): G[F[B]]
Inherited from
Ops
def unorderedTraverse[G[_], B](f: A => G[B])(`ev$1`: CommutativeApplicative[G]): G[F[B]]
Inherited from
Ops

Inherited fields