object copymanager
- Source
- copymanager.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- copymanager
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type CopyManagerIO[A] = Free[CopyManagerOp, A]
- sealed trait CopyManagerOp[A] extends AnyRef
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
- implicit def MonoidCopyManagerIO[A](implicit M: Monoid[A]): Monoid[CopyManagerIO[A]]
- implicit val SyncCopyManagerIO: Sync[CopyManagerIO]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val canceled: Free[CopyManagerOp, Unit]
- def capturePoll[M[_]](mpoll: Poll[M]): Poll[CopyManagerIO]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def copyDual(a: String): CopyManagerIO[CopyDual]
- def copyIn(a: String, b: Reader, c: Int): CopyManagerIO[Long]
- def copyIn(a: String, b: Reader): CopyManagerIO[Long]
- def copyIn(a: String, b: InputStream, c: Int): CopyManagerIO[Long]
- def copyIn(a: String, b: InputStream): CopyManagerIO[Long]
- def copyIn(a: String, b: ByteStreamWriter): CopyManagerIO[Long]
- def copyIn(a: String): CopyManagerIO[CopyIn]
- def copyOut(a: String, b: Writer): CopyManagerIO[Long]
- def copyOut(a: String, b: OutputStream): CopyManagerIO[Long]
- def copyOut(a: String): CopyManagerIO[CopyOut]
- def delay[A](thunk: => A): Free[CopyManagerOp, A]
- def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[CopyManagerOp, A]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def forceR[A, B](fa: CopyManagerIO[A])(fb: CopyManagerIO[B]): Free[CopyManagerOp, B]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def handleErrorWith[A](fa: CopyManagerIO[A])(f: (Throwable) => CopyManagerIO[A]): CopyManagerIO[A]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val monotonic: Free[CopyManagerOp, FiniteDuration]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def onCancel[A](fa: CopyManagerIO[A], fin: CopyManagerIO[Unit]): Free[CopyManagerOp, A]
- def pure[A](a: A): CopyManagerIO[A]
- def raiseError[A](err: Throwable): CopyManagerIO[A]
- def raw[A](f: (CopyManager) => A): CopyManagerIO[A]
- val realtime: Free[CopyManagerOp, FiniteDuration]
- def suspend[A](hint: Type)(thunk: => A): Free[CopyManagerOp, A]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def uncancelable[A](body: (Poll[CopyManagerIO]) => CopyManagerIO[A]): Free[CopyManagerOp, A]
- val unit: CopyManagerIO[Unit]
- 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])
- object CopyManagerOp
- Annotations
- @SuppressWarnings()
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)