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 clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  34. 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
  35. def raw[A](f: (Fastpath) ⇒ A): Kleisli[M, Fastpath, A]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. 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