Trait

doobie.postgres.free.fastpath.FastpathOp

Visitor

Related Doc: package FastpathOp

Permalink

trait Visitor[F[_]] extends ~>[FastpathOp, F]

Source
fastpath.scala
Linear Supertypes
FunctionK[FastpathOp, F], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Visitor
  2. FunctionK
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def addFunction(a: String, b: Int): F[Unit]

    Permalink
  2. abstract def addFunctions(a: ResultSet): F[Unit]

    Permalink
  3. abstract def async[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit): F[A]

    Permalink
  4. abstract def asyncF[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ FastpathIO[Unit]): F[A]

    Permalink
  5. abstract def bracketCase[A, B](acquire: FastpathIO[A])(use: (A) ⇒ FastpathIO[B])(release: (A, ExitCase[Throwable]) ⇒ FastpathIO[Unit]): F[B]

    Permalink
  6. abstract def delay[A](a: () ⇒ A): F[A]

    Permalink
  7. abstract def embed[A](e: Embedded[A]): F[A]

    Permalink
  8. abstract def fastpath(a: String, b: Boolean, c: Array[FastpathArg]): F[AnyRef]

    Permalink
  9. abstract def fastpath(a: String, b: Array[FastpathArg]): F[Array[Byte]]

    Permalink
  10. abstract def fastpath(a: Int, b: Boolean, c: Array[FastpathArg]): F[AnyRef]

    Permalink
  11. abstract def fastpath(a: Int, b: Array[FastpathArg]): F[Array[Byte]]

    Permalink
  12. abstract def getData(a: String, b: Array[FastpathArg]): F[Array[Byte]]

    Permalink
  13. abstract def getID(a: String): F[Int]

    Permalink
  14. abstract def getInteger(a: String, b: Array[FastpathArg]): F[Int]

    Permalink
  15. abstract def getLong(a: String, b: Array[FastpathArg]): F[Long]

    Permalink
  16. abstract def getOID(a: String, b: Array[FastpathArg]): F[Long]

    Permalink
  17. abstract def handleErrorWith[A](fa: FastpathIO[A], f: (Throwable) ⇒ FastpathIO[A]): F[A]

    Permalink
  18. abstract def raw[A](f: (org.postgresql.fastpath.Fastpath) ⇒ A): F[A]

    Permalink

Concrete 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 and[H[_]](h: FunctionK[FastpathOp, H]): FunctionK[FastpathOp, [γ$4$]Tuple2K[F, H, γ$4$]]

    Permalink
    Definition Classes
    FunctionK
  5. def andThen[H[_]](f: FunctionK[F, H]): FunctionK[FastpathOp, H]

    Permalink
    Definition Classes
    FunctionK
  6. final def apply[A](fa: FastpathOp[A]): F[A]

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

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compose[E[_]](f: FunctionK[E, FastpathOp]): FunctionK[E, F]

    Permalink
    Definition Classes
    FunctionK
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  19. def or[H[_]](h: FunctionK[H, F]): FunctionK[[γ$1$]EitherK[FastpathOp, H, γ$1$], F]

    Permalink
    Definition Classes
    FunctionK
  20. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from FunctionK[FastpathOp, F]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped