Object

doobie.postgres.free

largeobject

Related Doc: package free

Permalink

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]

    Permalink
  2. sealed trait LargeObjectOp[A] extends AnyRef

    Permalink

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. implicit val AsyncLargeObjectIO: Async[LargeObjectIO]

    Permalink
  5. object LargeObjectOp

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def async[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit): LargeObjectIO[A]

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

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

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val close: LargeObjectIO[Unit]

    Permalink
  12. val copy: LargeObjectIO[LargeObject]

    Permalink
  13. def delay[A](a: ⇒ A): LargeObjectIO[A]

    Permalink
  14. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[LargeObjectOp, A]

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getInputStream(a: Long): LargeObjectIO[InputStream]

    Permalink
  20. val getInputStream: LargeObjectIO[InputStream]

    Permalink
  21. val getLongOID: LargeObjectIO[Long]

    Permalink
  22. val getOID: LargeObjectIO[Int]

    Permalink
  23. val getOutputStream: LargeObjectIO[OutputStream]

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

    Permalink
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def pure[A](a: A): LargeObjectIO[A]

    Permalink
  31. def raiseError[A](err: Throwable): LargeObjectIO[A]

    Permalink
  32. def raw[A](f: (LargeObject) ⇒ A): LargeObjectIO[A]

    Permalink
  33. def read(a: Int): LargeObjectIO[Array[Byte]]

    Permalink
  34. def read(a: Array[Byte], b: Int, c: Int): LargeObjectIO[Int]

    Permalink
  35. def seek(a: Int, b: Int): LargeObjectIO[Unit]

    Permalink
  36. def seek(a: Int): LargeObjectIO[Unit]

    Permalink
  37. def seek64(a: Long, b: Int): LargeObjectIO[Unit]

    Permalink
  38. val size: LargeObjectIO[Int]

    Permalink
  39. val size64: LargeObjectIO[Long]

    Permalink
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. val tell: LargeObjectIO[Int]

    Permalink
  42. val tell64: LargeObjectIO[Long]

    Permalink
  43. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  44. def truncate(a: Int): LargeObjectIO[Unit]

    Permalink
  45. def truncate64(a: Long): LargeObjectIO[Unit]

    Permalink
  46. val unit: LargeObjectIO[Unit]

    Permalink
  47. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def write(a: Array[Byte], b: Int, c: Int): LargeObjectIO[Unit]

    Permalink
  51. def write(a: Array[Byte]): LargeObjectIO[Unit]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped