AllOps

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

Attributes

Source
Contravariant.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

Attributes

Source
Contravariant.scala

Value members

Inherited methods

def contramap[B](f: B => A): F[B]

Attributes

Inherited from:
Ops
Source
Contravariant.scala
def imap[B](f: A => B)(g: B => A): F[B]

Attributes

Inherited from:
Ops
Source
Invariant.scala
def narrow[B <: A]: F[B]

Attributes

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

Attributes

Inherited from:
Ops
Source
Invariant.scala

Inherited fields

Attributes

Inherited from:
Ops
Source
Invariant.scala