Trait

doobie.free.KleisliInterpreter

SQLInputInterpreter

Related Doc: package KleisliInterpreter

Permalink

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

Source
kleisliinterpreter.scala
Linear Supertypes
Visitor[[γ$23$]Kleisli[M, SQLInput, γ$23$]], FunctionK[SQLInputOp, [γ$23$]Kleisli[M, SQLInput, γ$23$]], 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

    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. def and[H[_]](h: FunctionK[SQLInputOp, H]): FunctionK[SQLInputOp, [γ$4$]Prod[[γ$23$]Kleisli[M, SQLInput, γ$23$], H, γ$4$]]

    Permalink
    Definition Classes
    FunctionK
  5. def andThen[H[_]](f: FunctionK[[γ$23$]Kleisli[M, SQLInput, γ$23$], H]): FunctionK[SQLInputOp, H]

    Permalink
    Definition Classes
    FunctionK
  6. final def apply[A](fa: SQLInputOp[A]): Kleisli[M, SQLInput, A]

    Permalink
    Definition Classes
    Visitor → FunctionK
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def attempt[A](fa: SQLInputIO[A]): Kleisli[M, SQLInput, Either[Throwable, A]]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def compose[E[_]](f: FunctionK[E, SQLInputOp]): FunctionK[E, [γ$23$]Kleisli[M, SQLInput, γ$23$]]

    Permalink
    Definition Classes
    FunctionK
  11. def delay[A](a: () ⇒ A): Kleisli[M, SQLInput, A]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  12. def embed[A](e: Embedded[A]): Kleisli[M, SQLInput, A]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  22. def or[H[_]](h: FunctionK[H, [γ$23$]Kleisli[M, SQLInput, γ$23$]]): FunctionK[[γ$1$]Coproduct[SQLInputOp, H, γ$1$], [γ$23$]Kleisli[M, SQLInput, γ$23$]]

    Permalink
    Definition Classes
    FunctionK
  23. def raw[A](f: (SQLInput) ⇒ A): Kleisli[M, SQLInput, A]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  24. def readArray: Kleisli[M, SQLInput, Array]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  25. def readAsciiStream: Kleisli[M, SQLInput, InputStream]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  26. def readBigDecimal: Kleisli[M, SQLInput, BigDecimal]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  27. def readBinaryStream: Kleisli[M, SQLInput, InputStream]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  28. def readBlob: Kleisli[M, SQLInput, Blob]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  29. def readBoolean: Kleisli[M, SQLInput, Boolean]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  30. def readByte: Kleisli[M, SQLInput, Byte]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  31. def readBytes: Kleisli[M, SQLInput, Array[Byte]]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  32. def readCharacterStream: Kleisli[M, SQLInput, Reader]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  33. def readClob: Kleisli[M, SQLInput, Clob]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  34. def readDate: Kleisli[M, SQLInput, Date]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  35. def readDouble: Kleisli[M, SQLInput, Double]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  36. def readFloat: Kleisli[M, SQLInput, Float]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  37. def readInt: Kleisli[M, SQLInput, Int]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  38. def readLong: Kleisli[M, SQLInput, Long]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  39. def readNClob: Kleisli[M, SQLInput, NClob]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  40. def readNString: Kleisli[M, SQLInput, String]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  41. def readObject[T](a: Class[T]): Kleisli[M, SQLInput, T]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  42. def readObject: Kleisli[M, SQLInput, AnyRef]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  43. def readRef: Kleisli[M, SQLInput, Ref]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  44. def readRowId: Kleisli[M, SQLInput, RowId]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  45. def readSQLXML: Kleisli[M, SQLInput, SQLXML]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  46. def readShort: Kleisli[M, SQLInput, Short]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  47. def readString: Kleisli[M, SQLInput, String]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  48. def readTime: Kleisli[M, SQLInput, Time]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  49. def readTimestamp: Kleisli[M, SQLInput, Timestamp]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  50. def readURL: Kleisli[M, SQLInput, URL]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor
  51. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  53. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. def wasNull: Kleisli[M, SQLInput, Boolean]

    Permalink
    Definition Classes
    SQLInputInterpreterVisitor

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped