Packages

object copyout

Source
copyout.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. copyout
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type CopyOutIO[A] = Free[CopyOutOp, A]
  2. sealed trait CopyOutOp[A] extends AnyRef

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. implicit def MonoidCopyOutIO[A](implicit M: Monoid[A]): Monoid[CopyOutIO[A]]
  5. implicit val SyncCopyOutIO: Sync[CopyOutIO]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val cancelCopy: CopyOutIO[Unit]
  8. val canceled: Free[CopyOutOp, Unit]
  9. def capturePoll[M[_]](mpoll: Poll[M]): Poll[CopyOutIO]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  11. def delay[A](thunk: => A): Free[CopyOutOp, A]
  12. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[CopyOutOp, A]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def forceR[A, B](fa: CopyOutIO[A])(fb: CopyOutIO[B]): Free[CopyOutOp, B]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  17. val getFieldCount: CopyOutIO[Int]
  18. def getFieldFormat(a: Int): CopyOutIO[Int]
  19. val getFormat: CopyOutIO[Int]
  20. val getHandledRowCount: CopyOutIO[Long]
  21. def handleErrorWith[A](fa: CopyOutIO[A])(f: (Throwable) => CopyOutIO[A]): CopyOutIO[A]
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  23. val isActive: CopyOutIO[Boolean]
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val monotonic: Free[CopyOutOp, FiniteDuration]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  29. def onCancel[A](fa: CopyOutIO[A], fin: CopyOutIO[Unit]): Free[CopyOutOp, A]
  30. def pure[A](a: A): CopyOutIO[A]
  31. def raiseError[A](err: Throwable): CopyOutIO[A]
  32. def raw[A](f: (CopyOut) => A): CopyOutIO[A]
  33. def readFromCopy(a: Boolean): CopyOutIO[Array[Byte]]
  34. val readFromCopy: CopyOutIO[Array[Byte]]
  35. val realtime: Free[CopyOutOp, FiniteDuration]
  36. def suspend[A](hint: Type)(thunk: => A): Free[CopyOutOp, A]
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def uncancelable[A](body: (Poll[CopyOutIO]) => CopyOutIO[A]): Free[CopyOutOp, A]
  40. val unit: CopyOutIO[Unit]
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. object CopyOutOp
    Annotations
    @SuppressWarnings()

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 AnyRef

Inherited from Any

Ungrouped