object copyout

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]
  2. sealed trait CopyOutOp [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 val AsyncCopyOutIO: Async[CopyOutIO]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def async[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit): CopyOutIO[A]
  7. val cancelCopy: CopyOutIO[Unit]
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def delay[A](a: ⇒ A): CopyOutIO[A]
  10. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[CopyOutOp, A]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  15. val getFieldCount: CopyOutIO[Int]
  16. def getFieldFormat(a: Int): CopyOutIO[Int]
  17. val getFormat: CopyOutIO[Int]
  18. val getHandledRowCount: CopyOutIO[Long]
  19. def handleErrorWith[A](fa: CopyOutIO[A], f: (Throwable) ⇒ CopyOutIO[A]): CopyOutIO[A]
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  21. val isActive: CopyOutIO[Boolean]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  26. def raiseError[A](err: Throwable): CopyOutIO[A]
  27. def raw[A](f: (CopyOut) ⇒ A): CopyOutIO[A]
  28. def readFromCopy(a: Boolean): CopyOutIO[Array[Byte]]
  29. val readFromCopy: CopyOutIO[Array[Byte]]
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. val unit: CopyOutIO[Unit]
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. object CopyOutOp

Inherited from AnyRef

Inherited from Any

Ungrouped