class KleisliInterpreter[M[_]] extends AnyRef
- Self Type
- KleisliInterpreter[M]
- Source
- kleisliinterpreter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KleisliInterpreter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new KleisliInterpreter()(implicit syncM: Sync[M])
Type Members
- trait CopyInInterpreter extends Visitor[[γ$13$]Kleisli[M, CopyIn, γ$13$]]
- trait CopyManagerInterpreter extends Visitor[[γ$14$]Kleisli[M, CopyManager, γ$14$]]
- trait CopyOutInterpreter extends Visitor[[γ$15$]Kleisli[M, CopyOut, γ$15$]]
- trait LargeObjectInterpreter extends Visitor[[γ$16$]Kleisli[M, LargeObject, γ$16$]]
- trait LargeObjectManagerInterpreter extends Visitor[[γ$17$]Kleisli[M, LargeObjectManager, γ$17$]]
- trait PGConnectionInterpreter extends Visitor[[γ$18$]Kleisli[M, PGConnection, γ$18$]]
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
- lazy val CopyInInterpreter: ~>[CopyInOp, [γ$0$]Kleisli[M, CopyIn, γ$0$]]
- lazy val CopyManagerInterpreter: ~>[CopyManagerOp, [γ$1$]Kleisli[M, CopyManager, γ$1$]]
- lazy val CopyOutInterpreter: ~>[CopyOutOp, [γ$2$]Kleisli[M, CopyOut, γ$2$]]
- lazy val LargeObjectInterpreter: ~>[LargeObjectOp, [γ$3$]Kleisli[M, LargeObject, γ$3$]]
- lazy val LargeObjectManagerInterpreter: ~>[LargeObjectManagerOp, [γ$4$]Kleisli[M, LargeObjectManager, γ$4$]]
- lazy val PGConnectionInterpreter: ~>[PGConnectionOp, [γ$5$]Kleisli[M, PGConnection, γ$5$]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def canceled[J]: Kleisli[M, J, Unit]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def delay[J, A](thunk: => A): Kleisli[M, J, A]
- def embed[J, A](e: Embedded[A]): Kleisli[M, J, A]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def forceR[G[_], J, A, B](interpreter: ~>[G, [γ$7$]Kleisli[M, J, γ$7$]])(fa: Free[G, A])(fb: Free[G, B]): Kleisli[M, J, B]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def handleErrorWith[G[_], J, A](interpreter: ~>[G, [γ$6$]Kleisli[M, J, γ$6$]])(fa: Free[G, A])(f: (Throwable) => Free[G, A]): Kleisli[M, J, A]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def monotonic[J]: Kleisli[M, J, FiniteDuration]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def onCancel[G[_], J, A](interpreter: ~>[G, [γ$12$]Kleisli[M, J, γ$12$]])(fa: Free[G, A], fin: Free[G, Unit]): Kleisli[M, J, A]
- def poll[G[_], J, A](interpreter: ~>[G, [γ$11$]Kleisli[M, J, γ$11$]])(mpoll: Any, fa: Free[G, A]): Kleisli[M, J, A]
- Annotations
- @SuppressWarnings()
- def primitive[J, A](f: (J) => A): Kleisli[M, J, A]
- def raiseError[J, A](e: Throwable): Kleisli[M, J, A]
- def raw[J, A](f: (J) => A): Kleisli[M, J, A]
- def realTime[J]: Kleisli[M, J, FiniteDuration]
- def suspend[J, A](hint: Type)(thunk: => A): Kleisli[M, J, A]
- implicit val syncM: Sync[M]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def uncancelable[G[_], J, A](interpreter: ~>[G, [γ$8$]Kleisli[M, J, γ$8$]], capture: (Poll[M]) => Poll[[β$9$]Free[G, β$9$]])(body: (Poll[[β$10$]Free[G, β$10$]]) => Free[G, A]): Kleisli[M, J, A]
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated