Packages

trait Visitor[F[_]] extends ~>[CopyInOp, F]

Source
copyin.scala
Linear Supertypes
FunctionK[CopyInOp, F], Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Visitor
  2. FunctionK
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def cancelCopy: F[Unit]
  2. abstract def canceled: F[Unit]
  3. abstract def delay[A](thunk: => A): F[A]
  4. abstract def embed[A](e: Embedded[A]): F[A]
  5. abstract def endCopy: F[Long]
  6. abstract def flushCopy: F[Unit]
  7. abstract def forceR[A, B](fa: CopyInIO[A])(fb: CopyInIO[B]): F[B]
  8. abstract def getFieldCount: F[Int]
  9. abstract def getFieldFormat(a: Int): F[Int]
  10. abstract def getFormat: F[Int]
  11. abstract def getHandledRowCount: F[Long]
  12. abstract def handleErrorWith[A](fa: CopyInIO[A])(f: (Throwable) => CopyInIO[A]): F[A]
  13. abstract def isActive: F[Boolean]
  14. abstract def monotonic: F[FiniteDuration]
  15. abstract def onCancel[A](fa: CopyInIO[A], fin: CopyInIO[Unit]): F[A]
  16. abstract def poll[A](poll: Any, fa: CopyInIO[A]): F[A]
  17. abstract def raiseError[A](e: Throwable): F[A]
  18. abstract def raw[A](f: (CopyIn) => A): F[A]
  19. abstract def realTime: F[FiniteDuration]
  20. abstract def suspend[A](hint: Type)(thunk: => A): F[A]
  21. abstract def uncancelable[A](body: (Poll[CopyInIO]) => CopyInIO[A]): F[A]
  22. abstract def writeToCopy(a: ByteStreamWriter): F[Unit]
  23. abstract def writeToCopy(a: Array[Byte], b: Int, c: Int): F[Unit]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def and[H[_]](h: FunctionK[CopyInOp, H]): FunctionK[CopyInOp, [γ$2$]Tuple2K[F, H, γ$2$]]
    Definition Classes
    FunctionK
  5. def andThen[H[_]](f: FunctionK[F, H]): FunctionK[CopyInOp, H]
    Definition Classes
    FunctionK
  6. final def apply[A](fa: CopyInOp[A]): F[A]
    Definition Classes
    Visitor → FunctionK
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  9. def compose[E[_]](f: FunctionK[E, CopyInOp]): FunctionK[E, F]
    Definition Classes
    FunctionK
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def narrow[F0[x] <: CopyInOp[x]]: FunctionK[F0, F]
    Definition Classes
    FunctionK
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  19. def or[H[_]](h: FunctionK[H, F]): FunctionK[[γ$0$]EitherK[CopyInOp, H, γ$0$], F]
    Definition Classes
    FunctionK
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. def widen[G0[x] >: F[x]]: FunctionK[CopyInOp, G0]
    Definition Classes
    FunctionK

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from FunctionK[CopyInOp, F]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped