Packages

o

doobie.postgres.free

largeobject

object largeobject

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. Protected

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 def MonoidLargeObjectIO[A](implicit M: Monoid[A]): Monoid[LargeObjectIO[A]]
  5. implicit val SyncLargeObjectIO: Sync[LargeObjectIO]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val canceled: Free[LargeObjectOp, Unit]
  8. def capturePoll[M[_]](mpoll: Poll[M]): Poll[LargeObjectIO]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  10. val close: LargeObjectIO[Unit]
  11. val copy: LargeObjectIO[LargeObject]
  12. def delay[A](thunk: => A): Free[LargeObjectOp, 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: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def forceR[A, B](fa: LargeObjectIO[A])(fb: LargeObjectIO[B]): Free[LargeObjectOp, B]
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  18. def getInputStream(a: Long): LargeObjectIO[InputStream]
  19. val getInputStream: LargeObjectIO[InputStream]
  20. val getLongOID: LargeObjectIO[Long]
  21. val getOutputStream: LargeObjectIO[OutputStream]
  22. def handleErrorWith[A](fa: LargeObjectIO[A])(f: (Throwable) => LargeObjectIO[A]): LargeObjectIO[A]
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val monotonic: Free[LargeObjectOp, FiniteDuration]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  29. def onCancel[A](fa: LargeObjectIO[A], fin: LargeObjectIO[Unit]): Free[LargeObjectOp, A]
  30. def pure[A](a: A): LargeObjectIO[A]
  31. def raiseError[A](err: Throwable): LargeObjectIO[A]
  32. def raw[A](f: (LargeObject) => A): LargeObjectIO[A]
  33. def read(a: Int): LargeObjectIO[Array[Byte]]
  34. def read(a: Array[Byte], b: Int, c: Int): LargeObjectIO[Int]
  35. val realtime: Free[LargeObjectOp, FiniteDuration]
  36. def seek(a: Int, b: Int): LargeObjectIO[Unit]
  37. def seek(a: Int): LargeObjectIO[Unit]
  38. def seek64(a: Long, b: Int): LargeObjectIO[Unit]
  39. val size: LargeObjectIO[Int]
  40. val size64: LargeObjectIO[Long]
  41. def suspend[A](hint: Type)(thunk: => A): Free[LargeObjectOp, A]
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. val tell: LargeObjectIO[Int]
  44. val tell64: LargeObjectIO[Long]
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. def truncate(a: Int): LargeObjectIO[Unit]
  47. def truncate64(a: Long): LargeObjectIO[Unit]
  48. def uncancelable[A](body: (Poll[LargeObjectIO]) => LargeObjectIO[A]): Free[LargeObjectOp, A]
  49. val unit: LargeObjectIO[Unit]
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. def write(a: Array[Byte], b: Int, c: Int): LargeObjectIO[Unit]
  54. def write(a: Array[Byte]): LargeObjectIO[Unit]
  55. object LargeObjectOp
    Annotations
    @SuppressWarnings()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped