object copyin
Type Members
- type CopyInIO[A] = Free[CopyInOp, A]
- sealed trait CopyInOp[A] extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- implicit def MonoidCopyInIO[A](implicit M: Monoid[A]): Monoid[CopyInIO[A]]
- implicit val SyncCopyInIO: Sync[CopyInIO]
- final def asInstanceOf[T0]: T0
- val cancelCopy: CopyInIO[Unit]
- val canceled: Free[CopyInOp, Unit]
- def capturePoll[M[_]](mpoll: Poll[M]): Poll[CopyInIO]
- def clone(): AnyRef
- 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
- def equals(arg0: AnyRef): Boolean
- val flushCopy: CopyInIO[Unit]
- def forceR[A, B](fa: CopyInIO[A])(fb: CopyInIO[B]): Free[CopyInOp, B]
- final def getClass(): Class[_ <: AnyRef]
- 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
- val isActive: CopyInIO[Boolean]
- final def isInstanceOf[T0]: Boolean
- val monotonic: Free[CopyInOp, FiniteDuration]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- 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
- def toString(): String
- def uncancelable[A](body: (Poll[CopyInIO]) => CopyInIO[A]): Free[CopyInOp, A]
- val unit: CopyInIO[Unit]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def writeToCopy(a: ByteStreamWriter): CopyInIO[Unit]
- def writeToCopy(a: Array[Byte], b: Int, c: Int): CopyInIO[Unit]
- object CopyInOp
Deprecated Value Members
- def finalize(): Unit
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- implicit def MonoidCopyInIO[A](implicit M: Monoid[A]): Monoid[CopyInIO[A]]
- implicit val SyncCopyInIO: Sync[CopyInIO]
- final def asInstanceOf[T0]: T0
- val cancelCopy: CopyInIO[Unit]
- val canceled: Free[CopyInOp, Unit]
- def capturePoll[M[_]](mpoll: Poll[M]): Poll[CopyInIO]
- def clone(): AnyRef
- 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
- def equals(arg0: AnyRef): Boolean
- val flushCopy: CopyInIO[Unit]
- def forceR[A, B](fa: CopyInIO[A])(fb: CopyInIO[B]): Free[CopyInOp, B]
- final def getClass(): Class[_ <: AnyRef]
- 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
- val isActive: CopyInIO[Boolean]
- final def isInstanceOf[T0]: Boolean
- val monotonic: Free[CopyInOp, FiniteDuration]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- 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
- def toString(): String
- def uncancelable[A](body: (Poll[CopyInIO]) => CopyInIO[A]): Free[CopyInOp, A]
- val unit: CopyInIO[Unit]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def writeToCopy(a: ByteStreamWriter): CopyInIO[Unit]
- def writeToCopy(a: Array[Byte], b: Int, c: Int): CopyInIO[Unit]
- object CopyInOp
- def finalize(): Unit