Packages

o

doobie.postgres.free

copymanager

object copymanager

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

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