Packages

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. Protected

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 def MonoidCopyInIO[A](implicit M: Monoid[A]): Monoid[CopyInIO[A]]
  5. implicit val SyncCopyInIO: Sync[CopyInIO]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val cancelCopy: CopyInIO[Unit]
  8. val canceled: Free[CopyInOp, Unit]
  9. def capturePoll[M[_]](mpoll: Poll[M]): Poll[CopyInIO]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. def delay[A](thunk: => A): Free[CopyInOp, A]
  12. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[CopyInOp, A]
  13. val endCopy: CopyInIO[Long]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. val flushCopy: CopyInIO[Unit]
  17. def forceR[A, B](fa: CopyInIO[A])(fb: CopyInIO[B]): Free[CopyInOp, B]
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. val getFieldCount: CopyInIO[Int]
  20. def getFieldFormat(a: Int): CopyInIO[Int]
  21. val getFormat: CopyInIO[Int]
  22. val getHandledRowCount: CopyInIO[Long]
  23. def handleErrorWith[A](fa: CopyInIO[A])(f: (Throwable) => CopyInIO[A]): CopyInIO[A]
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. val isActive: CopyInIO[Boolean]
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val monotonic: Free[CopyInOp, FiniteDuration]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def onCancel[A](fa: CopyInIO[A], fin: CopyInIO[Unit]): Free[CopyInOp, A]
  32. def pure[A](a: A): CopyInIO[A]
  33. def raiseError[A](err: Throwable): CopyInIO[A]
  34. def raw[A](f: (CopyIn) => A): CopyInIO[A]
  35. val realtime: Free[CopyInOp, FiniteDuration]
  36. def suspend[A](hint: Type)(thunk: => A): Free[CopyInOp, A]
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def uncancelable[A](body: (Poll[CopyInIO]) => CopyInIO[A]): Free[CopyInOp, A]
  40. val unit: CopyInIO[Unit]
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. def writeToCopy(a: ByteStreamWriter): CopyInIO[Unit]
  45. def writeToCopy(a: Array[Byte], b: Int, c: Int): CopyInIO[Unit]
  46. object CopyInOp
    Annotations
    @SuppressWarnings()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped