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. def asyncF[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ CopyOutIO[Unit]): CopyOutIO[A]

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

    Permalink
  10. val cancelCopy: CopyOutIO[Unit]

    Permalink
  11. def clone(): AnyRef

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

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

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

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

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

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

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

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

    Permalink
  20. val getFormat: CopyOutIO[Int]

    Permalink
  21. val getHandledRowCount: CopyOutIO[Long]

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

    Permalink
  23. def hashCode(): Int

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

    Permalink
  25. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  29. def pure[A](a: A): CopyOutIO[A]

    Permalink
  30. def raiseError[A](err: Throwable): CopyOutIO[A]

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

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

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

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

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

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

    Permalink
  37. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped