t

doobie.free.KleisliInterpreter

SQLInputInterpreter

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

Source
kleisliinterpreter.scala
Linear Supertypes
Visitor[[γ$29$]Kleisli[M, SQLInput, γ$29$]], FunctionK[SQLInputOp, [γ$29$]Kleisli[M, SQLInput, γ$29$]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SQLInputInterpreter
  2. Visitor
  3. FunctionK
  4. Serializable
  5. Serializable
  6. AnyRef
  7. 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, [γ$2$]Tuple2K[[γ$29$]Kleisli[M, SQLInput, γ$29$], H, γ$2$]]
    Definition Classes
    FunctionK
  5. def andThen[H[_]](f: FunctionK[[γ$29$]Kleisli[M, SQLInput, γ$29$], 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 canceled: Kleisli[M, SQLInput, Unit]
    Definition Classes
    SQLInputInterpreterVisitor
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. def compose[E[_]](f: FunctionK[E, SQLInputOp]): FunctionK[E, [γ$29$]Kleisli[M, SQLInput, γ$29$]]
    Definition Classes
    FunctionK
  11. def delay[A](thunk: ⇒ A): Kleisli[M, SQLInput, A]
    Definition Classes
    SQLInputInterpreterVisitor
  12. def embed[A](e: Embedded[A]): Kleisli[M, SQLInput, A]
    Definition Classes
    SQLInputInterpreterVisitor
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def forceR[A, B](fa: SQLInputIO[A])(fb: SQLInputIO[B]): Kleisli[M, SQLInput, B]
    Definition Classes
    SQLInputInterpreterVisitor
  16. def fromFuture[A](fut: SQLInputIO[Future[A]]): Kleisli[M, SQLInput, A]
    Definition Classes
    SQLInputInterpreterVisitor
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def handleErrorWith[A](fa: SQLInputIO[A])(f: (Throwable) ⇒ SQLInputIO[A]): Kleisli[M, SQLInput, A]
    Definition Classes
    SQLInputInterpreterVisitor
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def monotonic: Kleisli[M, SQLInput, FiniteDuration]
    Definition Classes
    SQLInputInterpreterVisitor
  22. def narrow[F0[x] <: SQLInputOp[x]]: FunctionK[F0, [γ$29$]Kleisli[M, SQLInput, γ$29$]]
    Definition Classes
    FunctionK
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def onCancel[A](fa: SQLInputIO[A], fin: SQLInputIO[Unit]): Kleisli[M, SQLInput, A]
    Definition Classes
    SQLInputInterpreterVisitor
  27. def or[H[_]](h: FunctionK[H, [γ$29$]Kleisli[M, SQLInput, γ$29$]]): FunctionK[[γ$0$]EitherK[SQLInputOp, H, γ$0$], [γ$29$]Kleisli[M, SQLInput, γ$29$]]
    Definition Classes
    FunctionK
  28. def poll[A](poll: Any, fa: SQLInputIO[A]): Kleisli[M, SQLInput, A]
    Definition Classes
    SQLInputInterpreterVisitor
  29. def raiseError[A](e: Throwable): Kleisli[M, SQLInput, A]
    Definition Classes
    SQLInputInterpreterVisitor
  30. def raw[A](f: (SQLInput) ⇒ A): Kleisli[M, SQLInput, A]
    Definition Classes
    SQLInputInterpreterVisitor
  31. def readArray: Kleisli[M, SQLInput, Array]
    Definition Classes
    SQLInputInterpreterVisitor
  32. def readAsciiStream: Kleisli[M, SQLInput, InputStream]
    Definition Classes
    SQLInputInterpreterVisitor
  33. def readBigDecimal: Kleisli[M, SQLInput, BigDecimal]
    Definition Classes
    SQLInputInterpreterVisitor
  34. def readBinaryStream: Kleisli[M, SQLInput, InputStream]
    Definition Classes
    SQLInputInterpreterVisitor
  35. def readBlob: Kleisli[M, SQLInput, Blob]
    Definition Classes
    SQLInputInterpreterVisitor
  36. def readBoolean: Kleisli[M, SQLInput, Boolean]
    Definition Classes
    SQLInputInterpreterVisitor
  37. def readByte: Kleisli[M, SQLInput, Byte]
    Definition Classes
    SQLInputInterpreterVisitor
  38. def readBytes: Kleisli[M, SQLInput, Array[Byte]]
    Definition Classes
    SQLInputInterpreterVisitor
  39. def readCharacterStream: Kleisli[M, SQLInput, Reader]
    Definition Classes
    SQLInputInterpreterVisitor
  40. def readClob: Kleisli[M, SQLInput, Clob]
    Definition Classes
    SQLInputInterpreterVisitor
  41. def readDate: Kleisli[M, SQLInput, Date]
    Definition Classes
    SQLInputInterpreterVisitor
  42. def readDouble: Kleisli[M, SQLInput, Double]
    Definition Classes
    SQLInputInterpreterVisitor
  43. def readFloat: Kleisli[M, SQLInput, Float]
    Definition Classes
    SQLInputInterpreterVisitor
  44. def readInt: Kleisli[M, SQLInput, Int]
    Definition Classes
    SQLInputInterpreterVisitor
  45. def readLong: Kleisli[M, SQLInput, Long]
    Definition Classes
    SQLInputInterpreterVisitor
  46. def readNClob: Kleisli[M, SQLInput, NClob]
    Definition Classes
    SQLInputInterpreterVisitor
  47. def readNString: Kleisli[M, SQLInput, String]
    Definition Classes
    SQLInputInterpreterVisitor
  48. def readObject[T](a: Class[T]): Kleisli[M, SQLInput, T]
    Definition Classes
    SQLInputInterpreterVisitor
  49. def readObject: Kleisli[M, SQLInput, AnyRef]
    Definition Classes
    SQLInputInterpreterVisitor
  50. def readRef: Kleisli[M, SQLInput, Ref]
    Definition Classes
    SQLInputInterpreterVisitor
  51. def readRowId: Kleisli[M, SQLInput, RowId]
    Definition Classes
    SQLInputInterpreterVisitor
  52. def readSQLXML: Kleisli[M, SQLInput, SQLXML]
    Definition Classes
    SQLInputInterpreterVisitor
  53. def readShort: Kleisli[M, SQLInput, Short]
    Definition Classes
    SQLInputInterpreterVisitor
  54. def readString: Kleisli[M, SQLInput, String]
    Definition Classes
    SQLInputInterpreterVisitor
  55. def readTime: Kleisli[M, SQLInput, Time]
    Definition Classes
    SQLInputInterpreterVisitor
  56. def readTimestamp: Kleisli[M, SQLInput, Timestamp]
    Definition Classes
    SQLInputInterpreterVisitor
  57. def readURL: Kleisli[M, SQLInput, URL]
    Definition Classes
    SQLInputInterpreterVisitor
  58. def realTime: Kleisli[M, SQLInput, FiniteDuration]
    Definition Classes
    SQLInputInterpreterVisitor
  59. def suspend[A](hint: Type)(thunk: ⇒ A): Kleisli[M, SQLInput, A]
    Definition Classes
    SQLInputInterpreterVisitor
  60. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  61. def toString(): String
    Definition Classes
    AnyRef → Any
  62. def uncancelable[A](body: (Poll[SQLInputIO]) ⇒ SQLInputIO[A]): Kleisli[M, SQLInput, A]
    Definition Classes
    SQLInputInterpreterVisitor
  63. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  65. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. def wasNull: Kleisli[M, SQLInput, Boolean]
    Definition Classes
    SQLInputInterpreterVisitor
  67. def widen[G0[x] >: Kleisli[M, SQLInput, x]]: FunctionK[SQLInputOp, G0]
    Definition Classes
    FunctionK

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped