final class InvariantFunctorOps[F[_], A] extends Ops[F[A]]
Wraps a value self
and provides methods related to InvariantFunctor
- Alphabetic
- By Inheritance
- InvariantFunctorOps
- Ops
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- implicit val F: InvariantFunctor[F]
-
val
self: F[A]
- Definition Classes
- InvariantFunctorOps → Ops
- final def xmap[B](f: (A) ⇒ B, g: (B) ⇒ A): F[B]
- final def xmapb[B](b: BijectionT.Bijection[A, B]): F[B]
- final def xmapi[B](iso: Isomorphism.<=>[A, B]): F[B]