Trait

doobie.free.clob.ClobOp

Visitor

Related Doc: package ClobOp

Permalink

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

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

Abstract Value Members

  1. abstract def attempt[A](fa: ClobIO[A]): F[Either[Throwable, A]]

    Permalink
  2. abstract def delay[A](a: () ⇒ A): F[A]

    Permalink
  3. abstract def embed[A](e: Embedded[A]): F[A]

    Permalink
  4. abstract def free: F[Unit]

    Permalink
  5. abstract def getAsciiStream: F[InputStream]

    Permalink
  6. abstract def getCharacterStream(a: Long, b: Long): F[Reader]

    Permalink
  7. abstract def getCharacterStream: F[Reader]

    Permalink
  8. abstract def getSubString(a: Long, b: Int): F[String]

    Permalink
  9. abstract def length: F[Long]

    Permalink
  10. abstract def position(a: String, b: Long): F[Long]

    Permalink
  11. abstract def position(a: Clob, b: Long): F[Long]

    Permalink
  12. abstract def raw[A](f: (Clob) ⇒ A): F[A]

    Permalink
  13. abstract def setAsciiStream(a: Long): F[OutputStream]

    Permalink
  14. abstract def setCharacterStream(a: Long): F[Writer]

    Permalink
  15. abstract def setString(a: Long, b: String, c: Int, d: Int): F[Int]

    Permalink
  16. abstract def setString(a: Long, b: String): F[Int]

    Permalink
  17. abstract def truncate(a: Long): F[Unit]

    Permalink

Concrete 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[F, H, γ$4$]]

    Permalink
    Definition Classes
    FunctionK
  5. def andThen[H[_]](f: FunctionK[F, H]): FunctionK[ClobOp, H]

    Permalink
    Definition Classes
    FunctionK
  6. final def apply[A](fa: ClobOp[A]): F[A]

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

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compose[E[_]](f: FunctionK[E, ClobOp]): FunctionK[E, F]

    Permalink
    Definition Classes
    FunctionK
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  19. def or[H[_]](h: FunctionK[H, F]): FunctionK[[γ$1$]Coproduct[ClobOp, H, γ$1$], F]

    Permalink
    Definition Classes
    FunctionK
  20. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

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

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

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

Inherited from FunctionK[ClobOp, F]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped