Packages

o

doobie.postgres.free

largeobject

object largeobject

Annotations
@SuppressWarnings()
Source
largeobject.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. largeobject
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type LargeObjectIO[A] = Free[LargeObjectOp, A]
  2. sealed trait LargeObjectOp[A] extends AnyRef

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. implicit val AsyncLargeObjectIO: Async[LargeObjectIO]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def async[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit): LargeObjectIO[A]
  7. def asyncF[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ LargeObjectIO[Unit]): LargeObjectIO[A]
  8. def bracketCase[A, B](acquire: LargeObjectIO[A])(use: (A) ⇒ LargeObjectIO[B])(release: (A, ExitCase[Throwable]) ⇒ LargeObjectIO[Unit]): LargeObjectIO[B]
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. val close: LargeObjectIO[Unit]
  11. val copy: LargeObjectIO[LargeObject]
  12. def delay[A](a: ⇒ A): LargeObjectIO[A]
  13. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[LargeObjectOp, A]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getInputStream(a: Long): LargeObjectIO[InputStream]
  19. val getInputStream: LargeObjectIO[InputStream]
  20. val getLongOID: LargeObjectIO[Long]
  21. val getOID: LargeObjectIO[Int]
  22. val getOutputStream: LargeObjectIO[OutputStream]
  23. def handleErrorWith[A](fa: LargeObjectIO[A], f: (Throwable) ⇒ LargeObjectIO[A]): LargeObjectIO[A]
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def pure[A](a: A): LargeObjectIO[A]
  30. def raiseError[A](err: Throwable): LargeObjectIO[A]
  31. def raw[A](f: (LargeObject) ⇒ A): LargeObjectIO[A]
  32. def read(a: Int): LargeObjectIO[Array[Byte]]
  33. def read(a: Array[Byte], b: Int, c: Int): LargeObjectIO[Int]
  34. def seek(a: Int, b: Int): LargeObjectIO[Unit]
  35. def seek(a: Int): LargeObjectIO[Unit]
  36. def seek64(a: Long, b: Int): LargeObjectIO[Unit]
  37. val size: LargeObjectIO[Int]
  38. val size64: LargeObjectIO[Long]
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. val tell: LargeObjectIO[Int]
  41. val tell64: LargeObjectIO[Long]
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def truncate(a: Int): LargeObjectIO[Unit]
  44. def truncate64(a: Long): LargeObjectIO[Unit]
  45. val unit: LargeObjectIO[Unit]
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  49. def write(a: Array[Byte], b: Int, c: Int): LargeObjectIO[Unit]
  50. def write(a: Array[Byte]): LargeObjectIO[Unit]
  51. object LargeObjectOp

Inherited from AnyRef

Inherited from Any

Ungrouped