AllOps

cats.arrow.Category$.AllOps
trait AllOps[F[_, _], A, B] extends Ops[F, A, B], AllOps[F, A, B]

Attributes

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

Members list

Type members

Types

type TypeClassType <: Category[F]

Attributes

Source
Category.scala

Value members

Inherited methods

def <<<[C](g: F[C, A]): F[C, B]

Attributes

Inherited from:
Ops
Source
Compose.scala
def >>>[C](g: F[B, C]): F[A, C]

Attributes

Inherited from:
Ops
Source
Compose.scala
def andThen[C](g: F[B, C]): F[A, C]

Attributes

Inherited from:
Ops
Source
Compose.scala
def compose[C](g: F[C, A]): F[C, B]

Attributes

Inherited from:
Ops
Source
Compose.scala
def self: F[A, B]

Attributes

Inherited from:
Ops
Source
Compose.scala

Inherited fields

Attributes

Inherited from:
Ops
Source
Compose.scala