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 clone(): AnyRef

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

    Permalink
  10. val copy: LargeObjectIO[LargeObject]

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

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

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

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

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

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

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

    Permalink
  18. val getInputStream: LargeObjectIO[InputStream]

    Permalink
  19. val getLongOID: LargeObjectIO[Long]

    Permalink
  20. val getOID: LargeObjectIO[Int]

    Permalink
  21. val getOutputStream: LargeObjectIO[OutputStream]

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

    Permalink
  23. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def raiseError[A](err: Throwable): LargeObjectIO[A]

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

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

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

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

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

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

    Permalink
  35. val size: LargeObjectIO[Int]

    Permalink
  36. val size64: LargeObjectIO[Long]

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

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

    Permalink
  39. val tell64: LargeObjectIO[Long]

    Permalink
  40. def toString(): String

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

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

    Permalink
  43. val unit: LargeObjectIO[Unit]

    Permalink
  44. final def wait(): Unit

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

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

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped