Trait

doobie.free.KleisliInterpreter

ClobInterpreter

Related Doc: package KleisliInterpreter

Permalink

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

Source
kleisliinterpreter.scala
Linear Supertypes
Visitor[[γ$16$]Kleisli[M, Clob, γ$16$]], FunctionK[ClobOp, [γ$16$]Kleisli[M, Clob, γ$16$]], 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$]Tuple2K[[γ$16$]Kleisli[M, Clob, γ$16$], H, γ$4$]]

    Permalink
    Definition Classes
    FunctionK
  5. def andThen[H[_]](f: FunctionK[[γ$16$]Kleisli[M, Clob, γ$16$], 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 async[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit): Kleisli[M, Clob, 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, [γ$16$]Kleisli[M, Clob, γ$16$]]

    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 handleErrorWith[A](fa: ClobIO[A], f: (Throwable) ⇒ ClobIO[A]): Kleisli[M, Clob, A]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped