object CopyInOp
- Annotations
- @SuppressWarnings()
- Source
- copyin.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CopyInOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class Embed[A](e: Embedded[A]) extends CopyInOp[A] with Product with Serializable
- final case class ForceR[A, B](fa: CopyInIO[A], fb: CopyInIO[B]) extends CopyInOp[B] with Product with Serializable
- final case class GetFieldFormat(a: Int) extends CopyInOp[Int] with Product with Serializable
- final case class HandleErrorWith[A](fa: CopyInIO[A], f: (Throwable) => CopyInIO[A]) extends CopyInOp[A] with Product with Serializable
- final case class OnCancel[A](fa: CopyInIO[A], fin: CopyInIO[Unit]) extends CopyInOp[A] with Product with Serializable
- final case class Poll1[A](poll: Any, fa: CopyInIO[A]) extends CopyInOp[A] with Product with Serializable
- final case class RaiseError[A](e: Throwable) extends CopyInOp[A] with Product with Serializable
- final case class Raw[A](f: (CopyIn) => A) extends CopyInOp[A] with Product with Serializable
- final case class Suspend[A](hint: Type, thunk: () => A) extends CopyInOp[A] with Product with Serializable
- final case class Uncancelable[A](body: (Poll[CopyInIO]) => CopyInIO[A]) extends CopyInOp[A] with Product with Serializable
- trait Visitor[F[_]] extends ~>[CopyInOp, F]
- final case class WriteToCopy(a: Array[Byte], b: Int, c: Int) extends CopyInOp[Unit] with Product with Serializable
- final case class WriteToCopy1(a: ByteStreamWriter) extends CopyInOp[Unit] with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val CopyInOpEmbeddable: Embeddable[CopyInOp, CopyIn]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- case object CancelCopy extends CopyInOp[Unit] with Product with Serializable
- case object Canceled extends CopyInOp[Unit] with Product with Serializable
- case object EndCopy extends CopyInOp[Long] with Product with Serializable
- case object FlushCopy extends CopyInOp[Unit] with Product with Serializable
- case object GetFieldCount extends CopyInOp[Int] with Product with Serializable
- case object GetFormat extends CopyInOp[Int] with Product with Serializable
- case object GetHandledRowCount extends CopyInOp[Long] with Product with Serializable
- case object IsActive extends CopyInOp[Boolean] with Product with Serializable
- case object Monotonic extends CopyInOp[FiniteDuration] with Product with Serializable
- case object Realtime extends CopyInOp[FiniteDuration] with Product with Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)