AllOps

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

Attributes

Source:
SemigroupK.scala
Graph
Supertypes
trait Ops[F, A]
class Object
trait Matchable
class Any
Known subtypes
trait AllOps[F, A]
trait AllOps[F, A]
trait AllOps[F, A]

Members list

Concise view

Type members

Inherited types

Attributes

Inherited from:
Ops
Source:
SemigroupK.scala

Value members

Inherited methods

def <+>(y: F[A]): F[A]

Attributes

Inherited from:
Ops
Source:
SemigroupK.scala
def combineK(y: F[A]): F[A]

Attributes

Inherited from:
Ops
Source:
SemigroupK.scala
def combineKEval(y: Eval[F[A]]): Eval[F[A]]

Attributes

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

Attributes

Inherited from:
Ops
Source:
SemigroupK.scala
def sum[B](fb: F[B])(implicit F: Functor[F]): F[Either[A, B]]

Attributes

Inherited from:
Ops
Source:
SemigroupK.scala

Inherited fields

Attributes

Inherited from:
Ops
Source:
SemigroupK.scala