Object

doobie.postgres.free

fastpath

Related Doc: package free

Permalink

object fastpath

Annotations
@SuppressWarnings()
Source
fastpath.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. fastpath
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type FastpathIO[A] = Free[FastpathOp, A]

    Permalink
  2. sealed trait FastpathOp[A] extends AnyRef

    Permalink

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. implicit val AsyncFastpathIO: Async[FastpathIO]

    Permalink
  5. object FastpathOp

    Permalink
  6. def addFunction(a: String, b: Int): FastpathIO[Unit]

    Permalink
  7. def addFunctions(a: ResultSet): FastpathIO[Unit]

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def async[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit): FastpathIO[A]

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

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

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def delay[A](a: ⇒ A): FastpathIO[A]

    Permalink
  14. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[FastpathOp, A]

    Permalink
  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]): FastpathIO[AnyRef]

    Permalink
  18. def fastpath(a: String, b: Array[FastpathArg]): FastpathIO[Array[Byte]]

    Permalink
  19. def fastpath(a: Int, b: Boolean, c: Array[FastpathArg]): FastpathIO[AnyRef]

    Permalink
  20. def fastpath(a: Int, b: Array[FastpathArg]): FastpathIO[Array[Byte]]

    Permalink
  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]): FastpathIO[Array[Byte]]

    Permalink
  24. def getID(a: String): FastpathIO[Int]

    Permalink
  25. def getInteger(a: String, b: Array[FastpathArg]): FastpathIO[Int]

    Permalink
  26. def getLong(a: String, b: Array[FastpathArg]): FastpathIO[Long]

    Permalink
  27. def getOID(a: String, b: Array[FastpathArg]): FastpathIO[Long]

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

    Permalink
  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 pure[A](a: A): FastpathIO[A]

    Permalink
  35. def raiseError[A](err: Throwable): FastpathIO[A]

    Permalink
  36. def raw[A](f: (Fastpath) ⇒ A): FastpathIO[A]

    Permalink
  37. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  39. val unit: FastpathIO[Unit]

    Permalink
  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 AnyRef

Inherited from Any

Ungrouped