AllOps

cats.UnorderedTraverse.AllOps
trait AllOps[F[_], A] extends Ops[F, A], AllOps[F, A]

Attributes

Source
UnorderedTraverse.scala
Graph
Supertypes
trait AllOps[F, A]
trait Ops[F, A]
trait Ops[F, A]
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
trait AllOps[F, A]
trait AllOps[F, A]

Members list

Type members

Types

Value members

Inherited methods

def exists(p: A => Boolean): Boolean

Attributes

Inherited from:
Ops
Source
UnorderedFoldable.scala
def forall(p: A => Boolean): Boolean

Attributes

Inherited from:
Ops
Source
UnorderedFoldable.scala

Attributes

Inherited from:
Ops
Source
UnorderedFoldable.scala

Attributes

Inherited from:
Ops
Source
UnorderedFoldable.scala
def self: F[A]

Attributes

Inherited from:
Ops
Source
UnorderedFoldable.scala
def size: Long

Attributes

Inherited from:
Ops
Source
UnorderedFoldable.scala
def unorderedFold(implicit ev$1: CommutativeMonoid[A]): A

Attributes

Inherited from:
Ops
Source
UnorderedFoldable.scala
def unorderedFoldMap[B](f: A => B)(implicit ev$1: CommutativeMonoid[B]): B

Attributes

Inherited from:
Ops
Source
UnorderedFoldable.scala
def unorderedSequence[G[_], B](implicit ev$1: A <:< G[B], ev$2: CommutativeApplicative[G]): G[F[B]]

Attributes

Inherited from:
Ops
Source
UnorderedTraverse.scala
def unorderedTraverse[G[_], B](f: A => G[B])(implicit ev$1: CommutativeApplicative[G]): G[F[B]]

Attributes

Inherited from:
Ops
Source
UnorderedTraverse.scala

Inherited fields

Attributes

Inherited from:
Ops
Source
UnorderedFoldable.scala