object Morphism3 extends LowPriorityMorphismInstances
- Note
if you're using Scala 2.12 and getting "no such method" or implicit-related errors when interacting with Morphism3, you must enable
-Xsource:2.13
or-Xsource:3
compiler option. BIO does not work without-Xsource:2.13
or-Xsource:3
option on 2.12.
- Alphabetic
- By Inheritance
- Morphism3
- LowPriorityMorphismInstances
- LowPriorityMorphismInstances1
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- trait Instance[-F[_, _, _], +G[_, _, _]] extends AnyRef
When it's more convenient to write a polymorphic function using a class or kind-projector's lambda syntax:
When it's more convenient to write a polymorphic function using a class or kind-projector's lambda syntax:
Lambda[FunctionKK.Instance[F, G]](a => f(b(a)))
- abstract type Morphism3[-F[_, _, _], +G[_, _, _]]
- Attributes
- protected[data]
- implicit final class Ops[-F[_, _, _], +G[_, _, _]] extends AnyVal
- implicit final class SyntaxToCats[F[_], G[_]] extends AnyVal
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def Convert2To1[F[_, _], G[_, _], E](implicit f: Morphism2[F, G]): Morphism1[[β$20$]F[E, β$20$], [β$21$]G[E, β$21$]]
- implicit def Convert2To1Nothing[F[_, _], G[_, _]](implicit f: Morphism2[F, G]): Morphism1[[β$28$]F[Nothing, β$28$], [β$29$]G[Nothing, β$29$]]
- Definition Classes
- LowPriorityMorphismInstances
- implicit def Convert3To2[F[_, _, _], G[_, _, _], R](implicit f: Morphism3[F, G]): Morphism2[[β$12$, γ$13$]F[R, β$12$, γ$13$], [β$14$, γ$15$]G[R, β$14$, γ$15$]]
- def apply[F[_, _, _], G[_, _, _]](polyFunction: (F[UnknownR, UnknownE, UnknownA]) => G[UnknownR, UnknownE, UnknownA]): Morphism3[F, G]
- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit def conversion2To1[F[_, _], G[_, _], E](f: Morphism2[F, G]): Morphism1[[β$8$]F[E, β$8$], [β$9$]G[E, β$9$]]
- implicit def conversion2To1Nothing[F[_, _], G[_, _]](f: Morphism2[F, G]): Morphism1[[β$24$]F[Nothing, β$24$], [β$25$]G[Nothing, β$25$]]
- Definition Classes
- LowPriorityMorphismInstances
- implicit def conversion3To2[F[_, _, _], G[_, _, _], R](f: Morphism3[F, G]): Morphism2[[β$0$, γ$1$]F[R, β$0$, γ$1$], [β$2$, γ$3$]G[R, β$2$, γ$3$]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- implicit def fromCats[F[_], G[_]](fn: FunctionK[F, G]): Morphism1[F, G]
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def identity[F[_, _, _]]: Morphism3[F, F]
- Annotations
- @inline()
- implicit def identity1[F[_]]: Morphism1[F, F]
If requested implicitly, an identity morphism is always available
If requested implicitly, an identity morphism is always available
- Annotations
- @inline()
- implicit def identity2[F[_, _]]: Morphism2[F, F]
- Definition Classes
- LowPriorityMorphismInstances
- Annotations
- @inline()
- implicit def identity3[F[_, _, _]]: data.Morphism3[F, F]
- Definition Classes
- LowPriorityMorphismInstances1
- Annotations
- @inline()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object Instance