Packages

o

doobie.postgres.free

largeobject

object largeobject

Source
largeobject.scala
Linear Supertypes
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 def MonoidLargeObjectIO[A](implicit arg0: Monoid[A]): Monoid[LargeObjectIO[A]]
  5. implicit def SemigroupLargeObjectIO[A](implicit arg0: Semigroup[A]): Semigroup[LargeObjectIO[A]]
  6. implicit val WeakAsyncLargeObjectIO: WeakAsync[LargeObjectIO]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val canceled: Free[LargeObjectOp, Unit]
  9. def capturePoll[M[_]](mpoll: Poll[M]): Poll[LargeObjectIO]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. val close: LargeObjectIO[Unit]
  12. val copy: LargeObjectIO[LargeObject]
  13. def delay[A](thunk: ⇒ A): Free[LargeObjectOp, A]
  14. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[LargeObjectOp, A]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def forceR[A, B](fa: LargeObjectIO[A])(fb: LargeObjectIO[B]): Free[LargeObjectOp, B]
  18. def fromFuture[A](fut: LargeObjectIO[Future[A]]): Free[LargeObjectOp, A]
  19. def fromFutureCancelable[A](fut: LargeObjectIO[(Future[A], LargeObjectIO[Unit])]): Free[LargeObjectOp, A]
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def getInputStream(a: Long): LargeObjectIO[InputStream]
  22. val getInputStream: LargeObjectIO[InputStream]
  23. val getLongOID: LargeObjectIO[Long]
  24. val getOutputStream: LargeObjectIO[OutputStream]
  25. def handleErrorWith[A](fa: LargeObjectIO[A])(f: (Throwable) ⇒ LargeObjectIO[A]): LargeObjectIO[A]
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. val monotonic: Free[LargeObjectOp, FiniteDuration]
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def onCancel[A](fa: LargeObjectIO[A], fin: LargeObjectIO[Unit]): Free[LargeObjectOp, A]
  33. def performLogging(event: LogEvent): Free[LargeObjectOp, Unit]
  34. def pure[A](a: A): LargeObjectIO[A]
  35. def raiseError[A](err: Throwable): LargeObjectIO[A]
  36. def raw[A](f: (LargeObject) ⇒ A): LargeObjectIO[A]
  37. def read(a: Int): LargeObjectIO[Array[Byte]]
  38. def read(a: Array[Byte], b: Int, c: Int): LargeObjectIO[Int]
  39. val realtime: Free[LargeObjectOp, FiniteDuration]
  40. def seek(a: Int, b: Int): LargeObjectIO[Unit]
  41. def seek(a: Int): LargeObjectIO[Unit]
  42. def seek64(a: Long, b: Int): LargeObjectIO[Unit]
  43. val size: LargeObjectIO[Int]
  44. val size64: LargeObjectIO[Long]
  45. def suspend[A](hint: Type)(thunk: ⇒ A): Free[LargeObjectOp, A]
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. val tell: LargeObjectIO[Int]
  48. val tell64: LargeObjectIO[Long]
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. def truncate(a: Int): LargeObjectIO[Unit]
  51. def truncate64(a: Long): LargeObjectIO[Unit]
  52. def uncancelable[A](body: (Poll[LargeObjectIO]) ⇒ LargeObjectIO[A]): Free[LargeObjectOp, A]
  53. val unit: LargeObjectIO[Unit]
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. def write(a: Array[Byte], b: Int, c: Int): LargeObjectIO[Unit]
  58. def write(a: Array[Byte]): LargeObjectIO[Unit]
  59. object LargeObjectOp

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped