object CopyOutOp
- Annotations
- @SuppressWarnings()
- Source
- copyout.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CopyOutOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class Embed[A](e: Embedded[A]) extends CopyOutOp[A] with Product with Serializable
- final case class ForceR[A, B](fa: CopyOutIO[A], fb: CopyOutIO[B]) extends CopyOutOp[B] with Product with Serializable
- final case class GetFieldFormat(a: Int) extends CopyOutOp[Int] with Product with Serializable
- final case class HandleErrorWith[A](fa: CopyOutIO[A], f: (Throwable) => CopyOutIO[A]) extends CopyOutOp[A] with Product with Serializable
- final case class OnCancel[A](fa: CopyOutIO[A], fin: CopyOutIO[Unit]) extends CopyOutOp[A] with Product with Serializable
- final case class Poll1[A](poll: Any, fa: CopyOutIO[A]) extends CopyOutOp[A] with Product with Serializable
- final case class RaiseError[A](e: Throwable) extends CopyOutOp[A] with Product with Serializable
- final case class Raw[A](f: (CopyOut) => A) extends CopyOutOp[A] with Product with Serializable
- final case class ReadFromCopy1(a: Boolean) extends CopyOutOp[Array[Byte]] with Product with Serializable
- final case class Suspend[A](hint: Type, thunk: () => A) extends CopyOutOp[A] with Product with Serializable
- final case class Uncancelable[A](body: (Poll[CopyOutIO]) => CopyOutIO[A]) extends CopyOutOp[A] with Product with Serializable
- trait Visitor[F[_]] extends ~>[CopyOutOp, F]
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 CopyOutOpEmbeddable: Embeddable[CopyOutOp, CopyOut]
- 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 CopyOutOp[Unit] with Product with Serializable
- case object Canceled extends CopyOutOp[Unit] with Product with Serializable
- case object GetFieldCount extends CopyOutOp[Int] with Product with Serializable
- case object GetFormat extends CopyOutOp[Int] with Product with Serializable
- case object GetHandledRowCount extends CopyOutOp[Long] with Product with Serializable
- case object IsActive extends CopyOutOp[Boolean] with Product with Serializable
- case object Monotonic extends CopyOutOp[FiniteDuration] with Product with Serializable
- case object ReadFromCopy extends CopyOutOp[Array[Byte]] with Product with Serializable
- case object Realtime extends CopyOutOp[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)