Packages

object copyin

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

Type Members

  1. type CopyInIO[A] = Free[CopyInOp, A]
  2. sealed trait CopyInOp[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 MonoidCopyInIO[A](implicit arg0: Monoid[A]): Monoid[CopyInIO[A]]
  5. implicit def SemigroupCopyInIO[A](implicit arg0: Semigroup[A]): Semigroup[CopyInIO[A]]
  6. implicit val WeakAsyncCopyInIO: WeakAsync[CopyInIO]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val cancelCopy: CopyInIO[Unit]
  9. val canceled: Free[CopyInOp, Unit]
  10. def capturePoll[M[_]](mpoll: Poll[M]): Poll[CopyInIO]
  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[CopyInOp, A]
  13. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[CopyInOp, A]
  14. val endCopy: CopyInIO[Long]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. val flushCopy: CopyInIO[Unit]
  18. def forceR[A, B](fa: CopyInIO[A])(fb: CopyInIO[B]): Free[CopyInOp, B]
  19. def fromFuture[A](fut: CopyInIO[Future[A]]): Free[CopyInOp, A]
  20. def fromFutureCancelable[A](fut: CopyInIO[(Future[A], CopyInIO[Unit])]): Free[CopyInOp, A]
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  22. val getFieldCount: CopyInIO[Int]
  23. def getFieldFormat(a: Int): CopyInIO[Int]
  24. val getFormat: CopyInIO[Int]
  25. val getHandledRowCount: CopyInIO[Long]
  26. def handleErrorWith[A](fa: CopyInIO[A])(f: (Throwable) => CopyInIO[A]): CopyInIO[A]
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  28. val isActive: CopyInIO[Boolean]
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. val monotonic: Free[CopyInOp, FiniteDuration]
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  34. def onCancel[A](fa: CopyInIO[A], fin: CopyInIO[Unit]): Free[CopyInOp, A]
  35. def performLogging(event: LogEvent): Free[CopyInOp, Unit]
  36. def pure[A](a: A): CopyInIO[A]
  37. def raiseError[A](err: Throwable): CopyInIO[A]
  38. def raw[A](f: (CopyIn) => A): CopyInIO[A]
  39. val realtime: Free[CopyInOp, FiniteDuration]
  40. def suspend[A](hint: Type)(thunk: => A): Free[CopyInOp, 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[CopyInIO]) => CopyInIO[A]): Free[CopyInOp, A]
  44. val unit: CopyInIO[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. def writeToCopy(a: ByteStreamWriter): CopyInIO[Unit]
  49. def writeToCopy(a: Array[Byte], b: Int, c: Int): CopyInIO[Unit]
  50. object CopyInOp

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