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, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClobInterpreter
  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[ClobOp, H]): FunctionK[ClobOp, [γ$4$]Tuple2K[[γ$16$]Kleisli[M, Clob, γ$16$], H, γ$4$]]
    Definition Classes
    FunctionK
  5. def andThen[H[_]](f: FunctionK[[γ$16$]Kleisli[M, Clob, γ$16$], H]): FunctionK[ClobOp, H]
    Definition Classes
    FunctionK
  6. final def apply[A](fa: ClobOp[A]): Kleisli[M, Clob, 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, Clob, A]
    Definition Classes
    ClobInterpreterVisitor
  9. def asyncF[A](k: ((Either[Throwable, A]) => Unit) => ClobIO[Unit]): Kleisli[M, Clob, A]
    Definition Classes
    ClobInterpreterVisitor
  10. def bracketCase[A, B](acquire: ClobIO[A])(use: (A) => ClobIO[B])(release: (A, ExitCase[Throwable]) => ClobIO[Unit]): Kleisli[M, Clob, B]
    Definition Classes
    ClobInterpreterVisitor
  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, ClobOp]): FunctionK[E, [γ$16$]Kleisli[M, Clob, γ$16$]]
    Definition Classes
    FunctionK
  13. def delay[A](a: () => A): Kleisli[M, Clob, A]
    Definition Classes
    ClobInterpreterVisitor
  14. def embed[A](e: Embedded[A]): Kleisli[M, Clob, A]
    Definition Classes
    ClobInterpreterVisitor
  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: ClobIO[A]): Kleisli[M, Clob, A]
    Definition Classes
    ClobInterpreterVisitor
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. def free: Kleisli[M, Clob, Unit]
    Definition Classes
    ClobInterpreterVisitor
  20. def getAsciiStream: Kleisli[M, Clob, InputStream]
    Definition Classes
    ClobInterpreterVisitor
  21. def getCharacterStream(a: Long, b: Long): Kleisli[M, Clob, Reader]
    Definition Classes
    ClobInterpreterVisitor
  22. def getCharacterStream: Kleisli[M, Clob, Reader]
    Definition Classes
    ClobInterpreterVisitor
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def getSubString(a: Long, b: Int): Kleisli[M, Clob, String]
    Definition Classes
    ClobInterpreterVisitor
  25. def handleErrorWith[A](fa: ClobIO[A], f: (Throwable) => ClobIO[A]): Kleisli[M, Clob, A]
    Definition Classes
    ClobInterpreterVisitor
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def length: Kleisli[M, Clob, Long]
    Definition Classes
    ClobInterpreterVisitor
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def or[H[_]](h: FunctionK[H, [γ$16$]Kleisli[M, Clob, γ$16$]]): FunctionK[[γ$1$]EitherK[ClobOp, H, γ$1$], [γ$16$]Kleisli[M, Clob, γ$16$]]
    Definition Classes
    FunctionK
  33. def position(a: String, b: Long): Kleisli[M, Clob, Long]
    Definition Classes
    ClobInterpreterVisitor
  34. def position(a: Clob, b: Long): Kleisli[M, Clob, Long]
    Definition Classes
    ClobInterpreterVisitor
  35. def raiseError[A](err: Throwable): Kleisli[M, Clob, A]
    Definition Classes
    ClobInterpreterVisitor
  36. def raw[A](f: (Clob) => A): Kleisli[M, Clob, A]
    Definition Classes
    ClobInterpreterVisitor
  37. def setAsciiStream(a: Long): Kleisli[M, Clob, OutputStream]
    Definition Classes
    ClobInterpreterVisitor
  38. def setCharacterStream(a: Long): Kleisli[M, Clob, Writer]
    Definition Classes
    ClobInterpreterVisitor
  39. def setString(a: Long, b: String, c: Int, d: Int): Kleisli[M, Clob, Int]
    Definition Classes
    ClobInterpreterVisitor
  40. def setString(a: Long, b: String): Kleisli[M, Clob, Int]
    Definition Classes
    ClobInterpreterVisitor
  41. val shift: Kleisli[M, Clob, Unit]
    Definition Classes
    ClobInterpreterVisitor
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. def truncate(a: Long): Kleisli[M, Clob, Unit]
    Definition Classes
    ClobInterpreterVisitor
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

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

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

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped