Packages

class KleisliInterpreter[M[_]] extends AnyRef

Self Type
KleisliInterpreter[M]
Source
kleisliinterpreter.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KleisliInterpreter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new KleisliInterpreter()(implicit syncM: Sync[M])

Type Members

  1. trait CopyInInterpreter extends Visitor[[γ$13$]Kleisli[M, CopyIn, γ$13$]]
  2. trait CopyManagerInterpreter extends Visitor[[γ$14$]Kleisli[M, CopyManager, γ$14$]]
  3. trait CopyOutInterpreter extends Visitor[[γ$15$]Kleisli[M, CopyOut, γ$15$]]
  4. trait LargeObjectInterpreter extends Visitor[[γ$16$]Kleisli[M, LargeObject, γ$16$]]
  5. trait LargeObjectManagerInterpreter extends Visitor[[γ$17$]Kleisli[M, LargeObjectManager, γ$17$]]
  6. trait PGConnectionInterpreter extends Visitor[[γ$18$]Kleisli[M, PGConnection, γ$18$]]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. lazy val CopyInInterpreter: ~>[CopyInOp, [γ$0$]Kleisli[M, CopyIn, γ$0$]]
  5. lazy val CopyManagerInterpreter: ~>[CopyManagerOp, [γ$1$]Kleisli[M, CopyManager, γ$1$]]
  6. lazy val CopyOutInterpreter: ~>[CopyOutOp, [γ$2$]Kleisli[M, CopyOut, γ$2$]]
  7. lazy val LargeObjectInterpreter: ~>[LargeObjectOp, [γ$3$]Kleisli[M, LargeObject, γ$3$]]
  8. lazy val LargeObjectManagerInterpreter: ~>[LargeObjectManagerOp, [γ$4$]Kleisli[M, LargeObjectManager, γ$4$]]
  9. lazy val PGConnectionInterpreter: ~>[PGConnectionOp, [γ$5$]Kleisli[M, PGConnection, γ$5$]]
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def canceled[J]: Kleisli[M, J, Unit]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. def delay[J, A](thunk: => A): Kleisli[M, J, A]
  14. def embed[J, A](e: Embedded[A]): Kleisli[M, J, A]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. 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]
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. 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]
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def monotonic[J]: Kleisli[M, J, FiniteDuration]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def onCancel[G[_], J, A](interpreter: ~>[G, [γ$12$]Kleisli[M, J, γ$12$]])(fa: Free[G, A], fin: Free[G, Unit]): Kleisli[M, J, A]
  27. def poll[G[_], J, A](interpreter: ~>[G, [γ$11$]Kleisli[M, J, γ$11$]])(mpoll: Any, fa: Free[G, A]): Kleisli[M, J, A]
    Annotations
    @SuppressWarnings()
  28. def primitive[J, A](f: (J) => A): Kleisli[M, J, A]
  29. def raiseError[J, A](e: Throwable): Kleisli[M, J, A]
  30. def raw[J, A](f: (J) => A): Kleisli[M, J, A]
  31. def realTime[J]: Kleisli[M, J, FiniteDuration]
  32. def suspend[J, A](hint: Type)(thunk: => A): Kleisli[M, J, A]
  33. implicit val syncM: Sync[M]
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. 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]
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped