t

doobie.free.KleisliInterpreter

SQLInputInterpreter

trait SQLInputInterpreter extends Visitor[[γ$21$]Kleisli[M, SQLInput, γ$21$]]

Source
kleisliinterpreter.scala
Linear Supertypes
Visitor[[γ$21$]Kleisli[M, SQLInput, γ$21$]], FunctionK[SQLInputOp, [γ$21$]Kleisli[M, SQLInput, γ$21$]], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SQLInputInterpreter
  2. Visitor
  3. FunctionK
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def and[H[_]](h: FunctionK[SQLInputOp, H]): FunctionK[SQLInputOp, [γ$4$]Tuple2K[[γ$21$]Kleisli[M, SQLInput, γ$21$], H, γ$4$]]
    Definition Classes
    FunctionK
  5. def andThen[H[_]](f: FunctionK[[γ$21$]Kleisli[M, SQLInput, γ$21$], H]): FunctionK[SQLInputOp, H]
    Definition Classes
    FunctionK
  6. final def apply[A](fa: SQLInputOp[A]): Kleisli[M, SQLInput, A]
    Definition Classes
    Visitor → FunctionK
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def async[A](k: ((Either[Throwable, A]) => Unit) => Unit): Kleisli[M, SQLInput, A]
    Definition Classes
    SQLInputInterpreterVisitor
  9. def asyncF[A](k: ((Either[Throwable, A]) => Unit) => SQLInputIO[Unit]): Kleisli[M, SQLInput, A]
    Definition Classes
    SQLInputInterpreterVisitor
  10. def bracketCase[A, B](acquire: SQLInputIO[A])(use: (A) => SQLInputIO[B])(release: (A, ExitCase[Throwable]) => SQLInputIO[Unit]): Kleisli[M, SQLInput, B]
    Definition Classes
    SQLInputInterpreterVisitor
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def compose[E[_]](f: FunctionK[E, SQLInputOp]): FunctionK[E, [γ$21$]Kleisli[M, SQLInput, γ$21$]]
    Definition Classes
    FunctionK
  13. def delay[A](a: () => A): Kleisli[M, SQLInput, A]
    Definition Classes
    SQLInputInterpreterVisitor
  14. def embed[A](e: Embedded[A]): Kleisli[M, SQLInput, A]
    Definition Classes
    SQLInputInterpreterVisitor
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def evalOn[A](ec: ExecutionContext)(fa: SQLInputIO[A]): Kleisli[M, SQLInput, A]
    Definition Classes
    SQLInputInterpreterVisitor
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def handleErrorWith[A](fa: SQLInputIO[A], f: (Throwable) => SQLInputIO[A]): Kleisli[M, SQLInput, A]
    Definition Classes
    SQLInputInterpreterVisitor
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def or[H[_]](h: FunctionK[H, [γ$21$]Kleisli[M, SQLInput, γ$21$]]): FunctionK[[γ$1$]EitherK[SQLInputOp, H, γ$1$], [γ$21$]Kleisli[M, SQLInput, γ$21$]]
    Definition Classes
    FunctionK
  27. def raiseError[A](err: Throwable): Kleisli[M, SQLInput, A]
    Definition Classes
    SQLInputInterpreterVisitor
  28. def raw[A](f: (SQLInput) => A): Kleisli[M, SQLInput, A]
    Definition Classes
    SQLInputInterpreterVisitor
  29. def readArray: Kleisli[M, SQLInput, Array]
    Definition Classes
    SQLInputInterpreterVisitor
  30. def readAsciiStream: Kleisli[M, SQLInput, InputStream]
    Definition Classes
    SQLInputInterpreterVisitor
  31. def readBigDecimal: Kleisli[M, SQLInput, BigDecimal]
    Definition Classes
    SQLInputInterpreterVisitor
  32. def readBinaryStream: Kleisli[M, SQLInput, InputStream]
    Definition Classes
    SQLInputInterpreterVisitor
  33. def readBlob: Kleisli[M, SQLInput, Blob]
    Definition Classes
    SQLInputInterpreterVisitor
  34. def readBoolean: Kleisli[M, SQLInput, Boolean]
    Definition Classes
    SQLInputInterpreterVisitor
  35. def readByte: Kleisli[M, SQLInput, Byte]
    Definition Classes
    SQLInputInterpreterVisitor
  36. def readBytes: Kleisli[M, SQLInput, Array[Byte]]
    Definition Classes
    SQLInputInterpreterVisitor
  37. def readCharacterStream: Kleisli[M, SQLInput, Reader]
    Definition Classes
    SQLInputInterpreterVisitor
  38. def readClob: Kleisli[M, SQLInput, Clob]
    Definition Classes
    SQLInputInterpreterVisitor
  39. def readDate: Kleisli[M, SQLInput, Date]
    Definition Classes
    SQLInputInterpreterVisitor
  40. def readDouble: Kleisli[M, SQLInput, Double]
    Definition Classes
    SQLInputInterpreterVisitor
  41. def readFloat: Kleisli[M, SQLInput, Float]
    Definition Classes
    SQLInputInterpreterVisitor
  42. def readInt: Kleisli[M, SQLInput, Int]
    Definition Classes
    SQLInputInterpreterVisitor
  43. def readLong: Kleisli[M, SQLInput, Long]
    Definition Classes
    SQLInputInterpreterVisitor
  44. def readNClob: Kleisli[M, SQLInput, NClob]
    Definition Classes
    SQLInputInterpreterVisitor
  45. def readNString: Kleisli[M, SQLInput, String]
    Definition Classes
    SQLInputInterpreterVisitor
  46. def readObject[T](a: Class[T]): Kleisli[M, SQLInput, T]
    Definition Classes
    SQLInputInterpreterVisitor
  47. def readObject: Kleisli[M, SQLInput, AnyRef]
    Definition Classes
    SQLInputInterpreterVisitor
  48. def readRef: Kleisli[M, SQLInput, Ref]
    Definition Classes
    SQLInputInterpreterVisitor
  49. def readRowId: Kleisli[M, SQLInput, RowId]
    Definition Classes
    SQLInputInterpreterVisitor
  50. def readSQLXML: Kleisli[M, SQLInput, SQLXML]
    Definition Classes
    SQLInputInterpreterVisitor
  51. def readShort: Kleisli[M, SQLInput, Short]
    Definition Classes
    SQLInputInterpreterVisitor
  52. def readString: Kleisli[M, SQLInput, String]
    Definition Classes
    SQLInputInterpreterVisitor
  53. def readTime: Kleisli[M, SQLInput, Time]
    Definition Classes
    SQLInputInterpreterVisitor
  54. def readTimestamp: Kleisli[M, SQLInput, Timestamp]
    Definition Classes
    SQLInputInterpreterVisitor
  55. def readURL: Kleisli[M, SQLInput, URL]
    Definition Classes
    SQLInputInterpreterVisitor
  56. val shift: Kleisli[M, SQLInput, Unit]
    Definition Classes
    SQLInputInterpreterVisitor
  57. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  58. def toString(): String
    Definition Classes
    AnyRef → Any
  59. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  62. def wasNull: Kleisli[M, SQLInput, Boolean]
    Definition Classes
    SQLInputInterpreterVisitor

Inherited from Visitor[[γ$21$]Kleisli[M, SQLInput, γ$21$]]

Inherited from FunctionK[SQLInputOp, [γ$21$]Kleisli[M, SQLInput, γ$21$]]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped