Packages

o

doobie.postgres.free

copymanager

object copymanager

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

Type Members

  1. type CopyManagerIO[A] = Free[CopyManagerOp, A]
  2. sealed trait CopyManagerOp[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 MonoidCopyManagerIO[A](implicit M: Monoid[A]): Monoid[CopyManagerIO[A]]
  5. implicit val SyncCopyManagerIO: Sync[CopyManagerIO]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val canceled: Free[CopyManagerOp, Unit]
  8. def capturePoll[M[_]](mpoll: Poll[M]): Poll[CopyManagerIO]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  10. def copyDual(a: String): CopyManagerIO[CopyDual]
  11. def copyIn(a: String, b: Reader, c: Int): CopyManagerIO[Long]
  12. def copyIn(a: String, b: Reader): CopyManagerIO[Long]
  13. def copyIn(a: String, b: InputStream, c: Int): CopyManagerIO[Long]
  14. def copyIn(a: String, b: InputStream): CopyManagerIO[Long]
  15. def copyIn(a: String, b: ByteStreamWriter): CopyManagerIO[Long]
  16. def copyIn(a: String): CopyManagerIO[CopyIn]
  17. def copyOut(a: String, b: Writer): CopyManagerIO[Long]
  18. def copyOut(a: String, b: OutputStream): CopyManagerIO[Long]
  19. def copyOut(a: String): CopyManagerIO[CopyOut]
  20. def delay[A](thunk: => A): Free[CopyManagerOp, A]
  21. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[CopyManagerOp, A]
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  24. def forceR[A, B](fa: CopyManagerIO[A])(fb: CopyManagerIO[B]): Free[CopyManagerOp, B]
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  26. def handleErrorWith[A](fa: CopyManagerIO[A])(f: (Throwable) => CopyManagerIO[A]): CopyManagerIO[A]
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. val monotonic: Free[CopyManagerOp, FiniteDuration]
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  33. def onCancel[A](fa: CopyManagerIO[A], fin: CopyManagerIO[Unit]): Free[CopyManagerOp, A]
  34. def pure[A](a: A): CopyManagerIO[A]
  35. def raiseError[A](err: Throwable): CopyManagerIO[A]
  36. def raw[A](f: (CopyManager) => A): CopyManagerIO[A]
  37. val realtime: Free[CopyManagerOp, FiniteDuration]
  38. def suspend[A](hint: Type)(thunk: => A): Free[CopyManagerOp, A]
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. def uncancelable[A](body: (Poll[CopyManagerIO]) => CopyManagerIO[A]): Free[CopyManagerOp, A]
  42. val unit: CopyManagerIO[Unit]
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. object CopyManagerOp
    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