object fastpath

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]
  2. sealed trait FastpathOp [A] extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val AsyncFastpathIO: Async[FastpathIO]
  5. def addFunction(a: String, b: Int): FastpathIO[Unit]
  6. def addFunctions(a: ResultSet): FastpathIO[Unit]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def async[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit): FastpathIO[A]
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def delay[A](a: ⇒ A): FastpathIO[A]
  11. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[FastpathOp, A]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def fastpath(a: String, b: Boolean, c: Array[FastpathArg]): FastpathIO[AnyRef]
  15. def fastpath(a: String, b: Array[FastpathArg]): FastpathIO[Array[Byte]]
  16. def fastpath(a: Int, b: Boolean, c: Array[FastpathArg]): FastpathIO[AnyRef]
  17. def fastpath(a: Int, b: Array[FastpathArg]): FastpathIO[Array[Byte]]
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  20. def getData(a: String, b: Array[FastpathArg]): FastpathIO[Array[Byte]]
  21. def getID(a: String): FastpathIO[Int]
  22. def getInteger(a: String, b: Array[FastpathArg]): FastpathIO[Int]
  23. def getLong(a: String, b: Array[FastpathArg]): FastpathIO[Long]
  24. def getOID(a: String, b: Array[FastpathArg]): FastpathIO[Long]
  25. def handleErrorWith[A](fa: FastpathIO[A], f: (Throwable) ⇒ FastpathIO[A]): FastpathIO[A]
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  31. def raiseError[A](err: Throwable): FastpathIO[A]
  32. def raw[A](f: (Fastpath) ⇒ A): FastpathIO[A]
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. val unit: FastpathIO[Unit]
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. object FastpathOp

Inherited from AnyRef

Inherited from Any

Ungrouped