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

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

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

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def fastpath(a: String, b: Boolean, c: Array[FastpathArg]): FastpathIO[AnyRef]

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

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

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

    Permalink
  19. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getData(a: String, b: Array[FastpathArg]): FastpathIO[Array[Byte]]

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

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

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

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

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

    Permalink
  27. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  32. def raiseError[A](err: Throwable): FastpathIO[A]

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

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

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

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

    Permalink
  37. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped