Trait

doobie.postgres.free.largeobjectmanager.LargeObjectManagerOp

Visitor

Related Doc: package LargeObjectManagerOp

Permalink

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

Source
largeobjectmanager.scala
Linear Supertypes
FunctionK[LargeObjectManagerOp, 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) ⇒ LargeObjectManagerIO[Unit]): F[A]

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

    Permalink
  4. abstract def create(a: Int): F[Int]

    Permalink
  5. abstract def create: F[Int]

    Permalink
  6. abstract def createLO(a: Int): F[Long]

    Permalink
  7. abstract def createLO: F[Long]

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

    Permalink
  9. abstract def delete(a: Long): F[Unit]

    Permalink
  10. abstract def delete(a: Int): F[Unit]

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

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

    Permalink
  13. abstract def open(a: Long, b: Int, c: Boolean): F[LargeObject]

    Permalink
  14. abstract def open(a: Long, b: Int): F[LargeObject]

    Permalink
  15. abstract def open(a: Long, b: Boolean): F[LargeObject]

    Permalink
  16. abstract def open(a: Long): F[LargeObject]

    Permalink
  17. abstract def open(a: Int, b: Int, c: Boolean): F[LargeObject]

    Permalink
  18. abstract def open(a: Int, b: Int): F[LargeObject]

    Permalink
  19. abstract def open(a: Int, b: Boolean): F[LargeObject]

    Permalink
  20. abstract def open(a: Int): F[LargeObject]

    Permalink
  21. abstract def raw[A](f: (LargeObjectManager) ⇒ A): F[A]

    Permalink
  22. abstract def unlink(a: Long): F[Unit]

    Permalink
  23. abstract def unlink(a: Int): 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[LargeObjectManagerOp, H]): FunctionK[LargeObjectManagerOp, [γ$4$]Tuple2K[F, H, γ$4$]]

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped