Trait

doobie.postgres.free.KleisliInterpreter

FastpathInterpreter

Related Doc: package KleisliInterpreter

Permalink

trait FastpathInterpreter extends Visitor[[γ$10$]Kleisli[M, Fastpath, γ$10$]]

Source
kleisliinterpreter.scala
Linear Supertypes
Visitor[[γ$10$]Kleisli[M, Fastpath, γ$10$]], FunctionK[FastpathOp, [γ$10$]Kleisli[M, Fastpath, γ$10$]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FastpathInterpreter
  2. Visitor
  3. FunctionK
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addFunction(a: String, b: Int): Kleisli[M, Fastpath, Unit]

    Permalink
    Definition Classes
    FastpathInterpreterVisitor
  5. def addFunctions(a: ResultSet): Kleisli[M, Fastpath, Unit]

    Permalink
    Definition Classes
    FastpathInterpreterVisitor
  6. def and[H[_]](h: FunctionK[FastpathOp, H]): FunctionK[FastpathOp, [γ$4$]Tuple2K[[γ$10$]Kleisli[M, Fastpath, γ$10$], H, γ$4$]]

    Permalink
    Definition Classes
    FunctionK
  7. def andThen[H[_]](f: FunctionK[[γ$10$]Kleisli[M, Fastpath, γ$10$], H]): FunctionK[FastpathOp, H]

    Permalink
    Definition Classes
    FunctionK
  8. final def apply[A](fa: FastpathOp[A]): Kleisli[M, Fastpath, A]

    Permalink
    Definition Classes
    Visitor → FunctionK
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def async[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit): Kleisli[M, Fastpath, A]

    Permalink
    Definition Classes
    FastpathInterpreterVisitor
  11. def asyncF[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ fastpath.FastpathIO[Unit]): Kleisli[M, Fastpath, A]

    Permalink
    Definition Classes
    FastpathInterpreterVisitor
  12. def bracketCase[A, B](acquire: fastpath.FastpathIO[A])(use: (A) ⇒ fastpath.FastpathIO[B])(release: (A, ExitCase[Throwable]) ⇒ fastpath.FastpathIO[Unit]): Kleisli[M, Fastpath, B]

    Permalink
    Definition Classes
    FastpathInterpreterVisitor
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def compose[E[_]](f: FunctionK[E, FastpathOp]): FunctionK[E, [γ$10$]Kleisli[M, Fastpath, γ$10$]]

    Permalink
    Definition Classes
    FunctionK
  15. def delay[A](a: () ⇒ A): Kleisli[M, Fastpath, A]

    Permalink
    Definition Classes
    FastpathInterpreterVisitor
  16. def embed[A](e: Embedded[A]): Kleisli[M, Fastpath, A]

    Permalink
    Definition Classes
    FastpathInterpreterVisitor
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def fastpath(a: String, b: Boolean, c: Array[FastpathArg]): Kleisli[M, Fastpath, AnyRef]

    Permalink
    Definition Classes
    FastpathInterpreterVisitor
  20. def fastpath(a: String, b: Array[FastpathArg]): Kleisli[M, Fastpath, Array[Byte]]

    Permalink
    Definition Classes
    FastpathInterpreterVisitor
  21. def fastpath(a: Int, b: Boolean, c: Array[FastpathArg]): Kleisli[M, Fastpath, AnyRef]

    Permalink
    Definition Classes
    FastpathInterpreterVisitor
  22. def fastpath(a: Int, b: Array[FastpathArg]): Kleisli[M, Fastpath, Array[Byte]]

    Permalink
    Definition Classes
    FastpathInterpreterVisitor
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def getData(a: String, b: Array[FastpathArg]): Kleisli[M, Fastpath, Array[Byte]]

    Permalink
    Definition Classes
    FastpathInterpreterVisitor
  26. def getID(a: String): Kleisli[M, Fastpath, Int]

    Permalink
    Definition Classes
    FastpathInterpreterVisitor
  27. def getInteger(a: String, b: Array[FastpathArg]): Kleisli[M, Fastpath, Int]

    Permalink
    Definition Classes
    FastpathInterpreterVisitor
  28. def getLong(a: String, b: Array[FastpathArg]): Kleisli[M, Fastpath, Long]

    Permalink
    Definition Classes
    FastpathInterpreterVisitor
  29. def getOID(a: String, b: Array[FastpathArg]): Kleisli[M, Fastpath, Long]

    Permalink
    Definition Classes
    FastpathInterpreterVisitor
  30. def handleErrorWith[A](fa: fastpath.FastpathIO[A], f: (Throwable) ⇒ fastpath.FastpathIO[A]): Kleisli[M, Fastpath, A]

    Permalink
    Definition Classes
    FastpathInterpreterVisitor
  31. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. def or[H[_]](h: FunctionK[H, [γ$10$]Kleisli[M, Fastpath, γ$10$]]): FunctionK[[γ$1$]EitherK[FastpathOp, H, γ$1$], [γ$10$]Kleisli[M, Fastpath, γ$10$]]

    Permalink
    Definition Classes
    FunctionK
  37. def raw[A](f: (Fastpath) ⇒ A): Kleisli[M, Fastpath, A]

    Permalink
    Definition Classes
    FastpathInterpreterVisitor
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Visitor[[γ$10$]Kleisli[M, Fastpath, γ$10$]]

Inherited from FunctionK[FastpathOp, [γ$10$]Kleisli[M, Fastpath, γ$10$]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped