Trait

doobie.postgres.free.largeobject.LargeObjectOp

Visitor

Related Doc: package LargeObjectOp

Permalink

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

Source
largeobject.scala
Linear Supertypes
FunctionK[LargeObjectOp, 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 async[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit): F[A]

    Permalink
  2. abstract def asyncF[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ LargeObjectIO[Unit]): F[A]

    Permalink
  3. abstract def bracketCase[A, B](acquire: LargeObjectIO[A])(use: (A) ⇒ LargeObjectIO[B])(release: (A, ExitCase[Throwable]) ⇒ LargeObjectIO[Unit]): F[B]

    Permalink
  4. abstract def close: F[Unit]

    Permalink
  5. abstract def copy: F[LargeObject]

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

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

    Permalink
  8. abstract def getInputStream(a: Long): F[InputStream]

    Permalink
  9. abstract def getInputStream: F[InputStream]

    Permalink
  10. abstract def getLongOID: F[Long]

    Permalink
  11. abstract def getOID: F[Int]

    Permalink
  12. abstract def getOutputStream: F[OutputStream]

    Permalink
  13. abstract def handleErrorWith[A](fa: LargeObjectIO[A], f: (Throwable) ⇒ LargeObjectIO[A]): F[A]

    Permalink
  14. abstract def raw[A](f: (LargeObject) ⇒ A): F[A]

    Permalink
  15. abstract def read(a: Int): F[Array[Byte]]

    Permalink
  16. abstract def read(a: Array[Byte], b: Int, c: Int): F[Int]

    Permalink
  17. abstract def seek(a: Int, b: Int): F[Unit]

    Permalink
  18. abstract def seek(a: Int): F[Unit]

    Permalink
  19. abstract def seek64(a: Long, b: Int): F[Unit]

    Permalink
  20. abstract def size: F[Int]

    Permalink
  21. abstract def size64: F[Long]

    Permalink
  22. abstract def tell: F[Int]

    Permalink
  23. abstract def tell64: F[Long]

    Permalink
  24. abstract def truncate(a: Int): F[Unit]

    Permalink
  25. abstract def truncate64(a: Long): F[Unit]

    Permalink
  26. abstract def write(a: Array[Byte], b: Int, c: Int): F[Unit]

    Permalink
  27. abstract def write(a: Array[Byte]): 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[LargeObjectOp, H]): FunctionK[LargeObjectOp, [γ$4$]Tuple2K[F, H, γ$4$]]

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

    Permalink
    Definition Classes
    FunctionK
  6. final def apply[A](fa: LargeObjectOp[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, LargeObjectOp]): 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$]EitherK[LargeObjectOp, 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[LargeObjectOp, F]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped