trait Visitor[F[_]] extends ~>[CopyOutOp, F]
Ordering
- Alphabetic
- By Inheritance
Inherited
- Visitor
- FunctionK
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def cancelCopy: F[Unit]
- abstract def canceled: F[Unit]
- abstract def delay[A](thunk: => A): F[A]
- abstract def embed[A](e: Embedded[A]): F[A]
- abstract def forceR[A, B](fa: CopyOutIO[A])(fb: CopyOutIO[B]): F[B]
- abstract def getFieldCount: F[Int]
- abstract def getFieldFormat(a: Int): F[Int]
- abstract def getFormat: F[Int]
- abstract def getHandledRowCount: F[Long]
- abstract def handleErrorWith[A](fa: CopyOutIO[A])(f: (Throwable) => CopyOutIO[A]): F[A]
- abstract def isActive: F[Boolean]
- abstract def monotonic: F[FiniteDuration]
- abstract def onCancel[A](fa: CopyOutIO[A], fin: CopyOutIO[Unit]): F[A]
- abstract def poll[A](poll: Any, fa: CopyOutIO[A]): F[A]
- abstract def raiseError[A](e: Throwable): F[A]
- abstract def raw[A](f: (CopyOut) => A): F[A]
- abstract def readFromCopy(a: Boolean): F[Array[Byte]]
- abstract def readFromCopy: F[Array[Byte]]
- abstract def realTime: F[FiniteDuration]
- abstract def suspend[A](hint: Type)(thunk: => A): F[A]
- abstract def uncancelable[A](body: (Poll[CopyOutIO]) => CopyOutIO[A]): F[A]
Concrete 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
- def and[H[_]](h: FunctionK[CopyOutOp, H]): FunctionK[CopyOutOp, [γ$2$]Tuple2K[F, H, γ$2$]]
- Definition Classes
- FunctionK
- def andThen[H[_]](f: FunctionK[F, H]): FunctionK[CopyOutOp, H]
- Definition Classes
- FunctionK
- final def apply[A](fa: CopyOutOp[A]): F[A]
- Definition Classes
- Visitor → FunctionK
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def compose[E[_]](f: FunctionK[E, CopyOutOp]): FunctionK[E, F]
- Definition Classes
- FunctionK
- 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
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def narrow[F0[x] <: CopyOutOp[x]]: FunctionK[F0, F]
- Definition Classes
- FunctionK
- 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 or[H[_]](h: FunctionK[H, F]): FunctionK[[γ$0$]EitherK[CopyOutOp, H, γ$0$], F]
- Definition Classes
- FunctionK
- 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])
- def widen[G0[x] >: F[x]]: FunctionK[CopyOutOp, G0]
- Definition Classes
- FunctionK
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated