class InvariantFunctorOps[M[_], A] extends AnyRef
- Source
- Functors.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InvariantFunctorOps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new InvariantFunctorOps(ma: M[A])(implicit fu: InvariantFunctor[M])
Value Members
- def inmap[B](f: (A) => B, g: (B) => A): M[B]