Packages

object copyout

Source
copyout.scala
Linear Supertypes
AnyRef, Any
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. implicit def MonoidCopyOutIO[A](implicit M: Monoid[A]): Monoid[CopyOutIO[A]]
  2. implicit val SyncCopyOutIO: Sync[CopyOutIO]
  3. val cancelCopy: CopyOutIO[Unit]
  4. val canceled: Free[CopyOutOp, Unit]
  5. def capturePoll[M[_]](mpoll: Poll[M]): Poll[CopyOutIO]
  6. def delay[A](thunk: => A): Free[CopyOutOp, A]
  7. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[CopyOutOp, A]
  8. def forceR[A, B](fa: CopyOutIO[A])(fb: CopyOutIO[B]): Free[CopyOutOp, B]
  9. val getFieldCount: CopyOutIO[Int]
  10. def getFieldFormat(a: Int): CopyOutIO[Int]
  11. val getFormat: CopyOutIO[Int]
  12. val getHandledRowCount: CopyOutIO[Long]
  13. def handleErrorWith[A](fa: CopyOutIO[A])(f: (Throwable) => CopyOutIO[A]): CopyOutIO[A]
  14. val isActive: CopyOutIO[Boolean]
  15. val monotonic: Free[CopyOutOp, FiniteDuration]
  16. def onCancel[A](fa: CopyOutIO[A], fin: CopyOutIO[Unit]): Free[CopyOutOp, A]
  17. def pure[A](a: A): CopyOutIO[A]
  18. def raiseError[A](err: Throwable): CopyOutIO[A]
  19. def raw[A](f: (CopyOut) => A): CopyOutIO[A]
  20. def readFromCopy(a: Boolean): CopyOutIO[Array[Byte]]
  21. val readFromCopy: CopyOutIO[Array[Byte]]
  22. val realtime: Free[CopyOutOp, FiniteDuration]
  23. def suspend[A](hint: Type)(thunk: => A): Free[CopyOutOp, A]
  24. def uncancelable[A](body: (Poll[CopyOutIO]) => CopyOutIO[A]): Free[CopyOutOp, A]
  25. val unit: CopyOutIO[Unit]
  26. object CopyOutOp
    Annotations
    @SuppressWarnings()