Packages

object copyout

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

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