object copyout
- Source
- copyout.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- copyout
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 def MonoidCopyOutIO[A](implicit M: Monoid[A]): Monoid[CopyOutIO[A]]
- implicit val SyncCopyOutIO: Sync[CopyOutIO]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cancelCopy: CopyOutIO[Unit]
- val canceled: Free[CopyOutOp, Unit]
- def capturePoll[M[_]](mpoll: Poll[M]): Poll[CopyOutIO]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def delay[A](thunk: => A): Free[CopyOutOp, A]
- def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[CopyOutOp, A]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def forceR[A, B](fa: CopyOutIO[A])(fb: CopyOutIO[B]): Free[CopyOutOp, B]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val getFieldCount: CopyOutIO[Int]
- def getFieldFormat(a: Int): CopyOutIO[Int]
- val getFormat: CopyOutIO[Int]
- val getHandledRowCount: CopyOutIO[Long]
- def handleErrorWith[A](fa: CopyOutIO[A])(f: (Throwable) => CopyOutIO[A]): CopyOutIO[A]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val isActive: CopyOutIO[Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val monotonic: Free[CopyOutOp, FiniteDuration]
- 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()
- def onCancel[A](fa: CopyOutIO[A], fin: CopyOutIO[Unit]): Free[CopyOutOp, A]
- def pure[A](a: A): CopyOutIO[A]
- def raiseError[A](err: Throwable): CopyOutIO[A]
- def raw[A](f: (CopyOut) => A): CopyOutIO[A]
- def readFromCopy(a: Boolean): CopyOutIO[Array[Byte]]
- val readFromCopy: CopyOutIO[Array[Byte]]
- val realtime: Free[CopyOutOp, FiniteDuration]
- def suspend[A](hint: Type)(thunk: => A): Free[CopyOutOp, A]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def uncancelable[A](body: (Poll[CopyOutIO]) => CopyOutIO[A]): Free[CopyOutOp, A]
- val unit: CopyOutIO[Unit]
- 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])
- object CopyOutOp
- Annotations
- @SuppressWarnings()
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)