Object

doobie.postgres.free

copyout

Related Doc: package free

Permalink

object copyout

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

Type Members

  1. type CopyOutIO[A] = Free[CopyOutOp, A]

    Permalink
  2. sealed trait CopyOutOp[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 AsyncCopyOutIO: Async[CopyOutIO]

    Permalink
  5. object CopyOutOp

    Permalink
  6. final def asInstanceOf[T0]: T0

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

    Permalink
  8. val cancelCopy: CopyOutIO[Unit]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def delay[A](a: ⇒ A): CopyOutIO[A]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. val getFieldCount: CopyOutIO[Int]

    Permalink
  17. def getFieldFormat(a: Int): CopyOutIO[Int]

    Permalink
  18. val getFormat: CopyOutIO[Int]

    Permalink
  19. val getHandledRowCount: CopyOutIO[Long]

    Permalink
  20. def handleErrorWith[A](fa: CopyOutIO[A], f: (Throwable) ⇒ CopyOutIO[A]): CopyOutIO[A]

    Permalink
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. val isActive: CopyOutIO[Boolean]

    Permalink
  23. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def raiseError[A](err: Throwable): CopyOutIO[A]

    Permalink
  28. def raw[A](f: (CopyOut) ⇒ A): CopyOutIO[A]

    Permalink
  29. def readFromCopy(a: Boolean): CopyOutIO[Array[Byte]]

    Permalink
  30. val readFromCopy: CopyOutIO[Array[Byte]]

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

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. val unit: CopyOutIO[Unit]

    Permalink
  34. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped