Packages

trait Visitor[F[_]] extends ~>[ClobOp, F]

Source
clob.scala
Linear Supertypes
FunctionK[ClobOp, F], Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Visitor
  2. FunctionK
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def async[A](k: ((Either[Throwable, A]) => Unit) => Unit): F[A]
  2. abstract def asyncF[A](k: ((Either[Throwable, A]) => Unit) => ClobIO[Unit]): F[A]
  3. abstract def bracketCase[A, B](acquire: ClobIO[A])(use: (A) => ClobIO[B])(release: (A, ExitCase[Throwable]) => ClobIO[Unit]): F[B]
  4. abstract def delay[A](a: () => A): F[A]
  5. abstract def embed[A](e: Embedded[A]): F[A]
  6. abstract def evalOn[A](ec: ExecutionContext)(fa: ClobIO[A]): F[A]
  7. abstract def free: F[Unit]
  8. abstract def getAsciiStream: F[InputStream]
  9. abstract def getCharacterStream(a: Long, b: Long): F[Reader]
  10. abstract def getCharacterStream: F[Reader]
  11. abstract def getSubString(a: Long, b: Int): F[String]
  12. abstract def handleErrorWith[A](fa: ClobIO[A], f: (Throwable) => ClobIO[A]): F[A]
  13. abstract def length: F[Long]
  14. abstract def position(a: String, b: Long): F[Long]
  15. abstract def position(a: Clob, b: Long): F[Long]
  16. abstract def raiseError[A](e: Throwable): F[A]
  17. abstract def raw[A](f: (Clob) => A): F[A]
  18. abstract def setAsciiStream(a: Long): F[OutputStream]
  19. abstract def setCharacterStream(a: Long): F[Writer]
  20. abstract def setString(a: Long, b: String, c: Int, d: Int): F[Int]
  21. abstract def setString(a: Long, b: String): F[Int]
  22. abstract def shift: F[Unit]
  23. abstract def truncate(a: Long): F[Unit]

Concrete 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[F, H, γ$4$]]
    Definition Classes
    FunctionK
  5. def andThen[H[_]](f: FunctionK[F, H]): FunctionK[ClobOp, H]
    Definition Classes
    FunctionK
  6. final def apply[A](fa: ClobOp[A]): F[A]
    Definition Classes
    Visitor → FunctionK
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def compose[E[_]](f: FunctionK[E, ClobOp]): FunctionK[E, F]
    Definition Classes
    FunctionK
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def or[H[_]](h: FunctionK[H, F]): FunctionK[[γ$1$]EitherK[ClobOp, H, γ$1$], F]
    Definition Classes
    FunctionK
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from FunctionK[ClobOp, F]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped