object copyin
- Source
- copyin.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- copyin
- 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 MonoidCopyInIO[A](implicit M: Monoid[A]): Monoid[CopyInIO[A]]
- implicit val SyncCopyInIO: Sync[CopyInIO]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cancelCopy: CopyInIO[Unit]
- val canceled: Free[CopyInOp, Unit]
- def capturePoll[M[_]](mpoll: Poll[M]): Poll[CopyInIO]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def delay[A](thunk: => A): Free[CopyInOp, A]
- def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[CopyInOp, A]
- val endCopy: CopyInIO[Long]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val flushCopy: CopyInIO[Unit]
- def forceR[A, B](fa: CopyInIO[A])(fb: CopyInIO[B]): Free[CopyInOp, B]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val getFieldCount: CopyInIO[Int]
- def getFieldFormat(a: Int): CopyInIO[Int]
- val getFormat: CopyInIO[Int]
- val getHandledRowCount: CopyInIO[Long]
- def handleErrorWith[A](fa: CopyInIO[A])(f: (Throwable) => CopyInIO[A]): CopyInIO[A]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val isActive: CopyInIO[Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val monotonic: Free[CopyInOp, FiniteDuration]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def onCancel[A](fa: CopyInIO[A], fin: CopyInIO[Unit]): Free[CopyInOp, A]
- def pure[A](a: A): CopyInIO[A]
- def raiseError[A](err: Throwable): CopyInIO[A]
- def raw[A](f: (CopyIn) => A): CopyInIO[A]
- val realtime: Free[CopyInOp, FiniteDuration]
- def suspend[A](hint: Type)(thunk: => A): Free[CopyInOp, A]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def uncancelable[A](body: (Poll[CopyInIO]) => CopyInIO[A]): Free[CopyInOp, A]
- val unit: CopyInIO[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])
- def writeToCopy(a: ByteStreamWriter): CopyInIO[Unit]
- def writeToCopy(a: Array[Byte], b: Int, c: Int): CopyInIO[Unit]
- object CopyInOp
- Annotations
- @SuppressWarnings()
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated