Trait

doobie.free.KleisliInterpreter

ClobInterpreter

Related Doc: package KleisliInterpreter

Permalink

trait ClobInterpreter extends Visitor[[γ$18$]Kleisli[M, Clob, γ$18$]]

Source
kleisliinterpreter.scala
Linear Supertypes
Visitor[[γ$18$]Kleisli[M, Clob, γ$18$]], FunctionK[ClobOp, [γ$18$]Kleisli[M, Clob, γ$18$]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClobInterpreter
  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[ClobOp, H]): FunctionK[ClobOp, [γ$4$]Prod[[γ$18$]Kleisli[M, Clob, γ$18$], H, γ$4$]]

    Permalink
    Definition Classes
    FunctionK
  5. def andThen[H[_]](f: FunctionK[[γ$18$]Kleisli[M, Clob, γ$18$], H]): FunctionK[ClobOp, H]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ClobInterpreterVisitor
  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. def free: Kleisli[M, Clob, Unit]

    Permalink
    Definition Classes
    ClobInterpreterVisitor
  17. def getAsciiStream: Kleisli[M, Clob, InputStream]

    Permalink
    Definition Classes
    ClobInterpreterVisitor
  18. def getCharacterStream(a: Long, b: Long): Kleisli[M, Clob, Reader]

    Permalink
    Definition Classes
    ClobInterpreterVisitor
  19. def getCharacterStream: Kleisli[M, Clob, Reader]

    Permalink
    Definition Classes
    ClobInterpreterVisitor
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getSubString(a: Long, b: Int): Kleisli[M, Clob, String]

    Permalink
    Definition Classes
    ClobInterpreterVisitor
  22. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  24. def length: Kleisli[M, Clob, Long]

    Permalink
    Definition Classes
    ClobInterpreterVisitor
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def or[H[_]](h: FunctionK[H, [γ$18$]Kleisli[M, Clob, γ$18$]]): FunctionK[[γ$1$]Coproduct[ClobOp, H, γ$1$], [γ$18$]Kleisli[M, Clob, γ$18$]]

    Permalink
    Definition Classes
    FunctionK
  29. def position(a: String, b: Long): Kleisli[M, Clob, Long]

    Permalink
    Definition Classes
    ClobInterpreterVisitor
  30. def position(a: Clob, b: Long): Kleisli[M, Clob, Long]

    Permalink
    Definition Classes
    ClobInterpreterVisitor
  31. def raw[A](f: (Clob) ⇒ A): Kleisli[M, Clob, A]

    Permalink
    Definition Classes
    ClobInterpreterVisitor
  32. def setAsciiStream(a: Long): Kleisli[M, Clob, OutputStream]

    Permalink
    Definition Classes
    ClobInterpreterVisitor
  33. def setCharacterStream(a: Long): Kleisli[M, Clob, Writer]

    Permalink
    Definition Classes
    ClobInterpreterVisitor
  34. def setString(a: Long, b: String, c: Int, d: Int): Kleisli[M, Clob, Int]

    Permalink
    Definition Classes
    ClobInterpreterVisitor
  35. def setString(a: Long, b: String): Kleisli[M, Clob, Int]

    Permalink
    Definition Classes
    ClobInterpreterVisitor
  36. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. def truncate(a: Long): Kleisli[M, Clob, Unit]

    Permalink
    Definition Classes
    ClobInterpreterVisitor
  39. final def wait(): Unit

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

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

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

Inherited from Visitor[[γ$18$]Kleisli[M, Clob, γ$18$]]

Inherited from FunctionK[ClobOp, [γ$18$]Kleisli[M, Clob, γ$18$]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped