Packages

object CopyOutOp

Annotations
@SuppressWarnings()
Source
copyout.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CopyOutOp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Embed[A](e: Embedded[A]) extends CopyOutOp[A] with Product with Serializable
  2. final case class ForceR[A, B](fa: CopyOutIO[A], fb: CopyOutIO[B]) extends CopyOutOp[B] with Product with Serializable
  3. final case class GetFieldFormat(a: Int) extends CopyOutOp[Int] with Product with Serializable
  4. final case class HandleErrorWith[A](fa: CopyOutIO[A], f: (Throwable) => CopyOutIO[A]) extends CopyOutOp[A] with Product with Serializable
  5. final case class OnCancel[A](fa: CopyOutIO[A], fin: CopyOutIO[Unit]) extends CopyOutOp[A] with Product with Serializable
  6. final case class Poll1[A](poll: Any, fa: CopyOutIO[A]) extends CopyOutOp[A] with Product with Serializable
  7. final case class RaiseError[A](e: Throwable) extends CopyOutOp[A] with Product with Serializable
  8. final case class Raw[A](f: (CopyOut) => A) extends CopyOutOp[A] with Product with Serializable
  9. final case class ReadFromCopy1(a: Boolean) extends CopyOutOp[Array[Byte]] with Product with Serializable
  10. final case class Suspend[A](hint: Type, thunk: () => A) extends CopyOutOp[A] with Product with Serializable
  11. final case class Uncancelable[A](body: (Poll[CopyOutIO]) => CopyOutIO[A]) extends CopyOutOp[A] with Product with Serializable
  12. trait Visitor[F[_]] extends ~>[CopyOutOp, F]

Value Members

  1. implicit val CopyOutOpEmbeddable: Embeddable[CopyOutOp, CopyOut]
  2. case object CancelCopy extends CopyOutOp[Unit] with Product with Serializable
  3. case object Canceled extends CopyOutOp[Unit] with Product with Serializable
  4. case object GetFieldCount extends CopyOutOp[Int] with Product with Serializable
  5. case object GetFormat extends CopyOutOp[Int] with Product with Serializable
  6. case object GetHandledRowCount extends CopyOutOp[Long] with Product with Serializable
  7. case object IsActive extends CopyOutOp[Boolean] with Product with Serializable
  8. case object Monotonic extends CopyOutOp[FiniteDuration] with Product with Serializable
  9. case object ReadFromCopy extends CopyOutOp[Array[Byte]] with Product with Serializable
  10. case object Realtime extends CopyOutOp[FiniteDuration] with Product with Serializable