object copyin

Source
copyin.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. copyin
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped