trait ClobInterpreter extends Visitor[[γ$16$]Kleisli[M, Clob, γ$16$]]
- Source
- kleisliinterpreter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClobInterpreter
- Visitor
- FunctionK
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def and[H[_]](h: FunctionK[ClobOp, H]): FunctionK[ClobOp, [γ$4$]Tuple2K[[γ$16$]Kleisli[M, Clob, γ$16$], H, γ$4$]]
- Definition Classes
- FunctionK
- def andThen[H[_]](f: FunctionK[[γ$16$]Kleisli[M, Clob, γ$16$], H]): FunctionK[ClobOp, H]
- Definition Classes
- FunctionK
- final def apply[A](fa: ClobOp[A]): Kleisli[M, Clob, A]
- Definition Classes
- Visitor → FunctionK
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def async[A](k: ((Either[Throwable, A]) => Unit) => Unit): Kleisli[M, Clob, A]
- Definition Classes
- ClobInterpreter → Visitor
- def asyncF[A](k: ((Either[Throwable, A]) => Unit) => ClobIO[Unit]): Kleisli[M, Clob, A]
- Definition Classes
- ClobInterpreter → Visitor
- def bracketCase[A, B](acquire: ClobIO[A])(use: (A) => ClobIO[B])(release: (A, ExitCase[Throwable]) => ClobIO[Unit]): Kleisli[M, Clob, B]
- Definition Classes
- ClobInterpreter → Visitor
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compose[E[_]](f: FunctionK[E, ClobOp]): FunctionK[E, [γ$16$]Kleisli[M, Clob, γ$16$]]
- Definition Classes
- FunctionK
- def delay[A](a: () => A): Kleisli[M, Clob, A]
- Definition Classes
- ClobInterpreter → Visitor
- def embed[A](e: Embedded[A]): Kleisli[M, Clob, A]
- Definition Classes
- ClobInterpreter → Visitor
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def evalOn[A](ec: ExecutionContext)(fa: ClobIO[A]): Kleisli[M, Clob, A]
- Definition Classes
- ClobInterpreter → Visitor
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def free: Kleisli[M, Clob, Unit]
- Definition Classes
- ClobInterpreter → Visitor
- def getAsciiStream: Kleisli[M, Clob, InputStream]
- Definition Classes
- ClobInterpreter → Visitor
- def getCharacterStream(a: Long, b: Long): Kleisli[M, Clob, Reader]
- Definition Classes
- ClobInterpreter → Visitor
- def getCharacterStream: Kleisli[M, Clob, Reader]
- Definition Classes
- ClobInterpreter → Visitor
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getSubString(a: Long, b: Int): Kleisli[M, Clob, String]
- Definition Classes
- ClobInterpreter → Visitor
- def handleErrorWith[A](fa: ClobIO[A], f: (Throwable) => ClobIO[A]): Kleisli[M, Clob, A]
- Definition Classes
- ClobInterpreter → Visitor
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def length: Kleisli[M, Clob, Long]
- Definition Classes
- ClobInterpreter → Visitor
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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
- def position(a: String, b: Long): Kleisli[M, Clob, Long]
- Definition Classes
- ClobInterpreter → Visitor
- def position(a: Clob, b: Long): Kleisli[M, Clob, Long]
- Definition Classes
- ClobInterpreter → Visitor
- def raiseError[A](err: Throwable): Kleisli[M, Clob, A]
- Definition Classes
- ClobInterpreter → Visitor
- def raw[A](f: (Clob) => A): Kleisli[M, Clob, A]
- Definition Classes
- ClobInterpreter → Visitor
- def setAsciiStream(a: Long): Kleisli[M, Clob, OutputStream]
- Definition Classes
- ClobInterpreter → Visitor
- def setCharacterStream(a: Long): Kleisli[M, Clob, Writer]
- Definition Classes
- ClobInterpreter → Visitor
- def setString(a: Long, b: String, c: Int, d: Int): Kleisli[M, Clob, Int]
- Definition Classes
- ClobInterpreter → Visitor
- def setString(a: Long, b: String): Kleisli[M, Clob, Int]
- Definition Classes
- ClobInterpreter → Visitor
- val shift: Kleisli[M, Clob, Unit]
- Definition Classes
- ClobInterpreter → Visitor
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def truncate(a: Long): Kleisli[M, Clob, Unit]
- Definition Classes
- ClobInterpreter → Visitor
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()