Packages

c

scalaz.syntax

InvariantFunctorOps

final class InvariantFunctorOps[F[_], A] extends Ops[F[A]]

Wraps a value self and provides methods related to InvariantFunctor

Source
InvariantFunctorSyntax.scala
Linear Supertypes
Ops[F[A]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InvariantFunctorOps
  2. Ops
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. implicit val F: InvariantFunctor[F]
  2. val self: F[A]
    Definition Classes
    InvariantFunctorOpsOps
  3. final def xmap[B](f: (A) ⇒ B, g: (B) ⇒ A): F[B]
  4. final def xmapb[B](b: BijectionT.Bijection[A, B]): F[B]
  5. final def xmapi[B](iso: Isomorphism.<=>[A, B]): F[B]