implicit final class Ops[-F[_, _, _], +G[_, _, _]] extends AnyVal
Instance Constructors
- new Ops(self: Morphism3[F, G])
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def andThen[H[_, _, _]](f: Morphism3[G, H]): Morphism3[F, H]
- def apply[R, E, A](f: F[R, E, A]): G[R, E, A]
- final def asInstanceOf[T0]: T0
- def compose[F1[_, _, _]](f: Morphism3[F1, F]): Morphism3[F1, G]
- def getClass(): Class[_ <: AnyVal]
- final def isInstanceOf[T0]: Boolean
- def toString(): String
Inherited from AnyVal
Inherited from Any