Packages

object copyout

Annotations
@SuppressWarnings()
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. All

Type Members

  1. type CopyOutIO[A] = Free[CopyOutOp, A]
  2. sealed trait CopyOutOp[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 val AsyncCopyOutIO: Async[CopyOutIO]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def async[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit): CopyOutIO[A]
  7. def asyncF[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ CopyOutIO[Unit]): CopyOutIO[A]
  8. def bracketCase[A, B](acquire: CopyOutIO[A])(use: (A) ⇒ CopyOutIO[B])(release: (A, ExitCase[Throwable]) ⇒ CopyOutIO[Unit]): CopyOutIO[B]
  9. val cancelCopy: CopyOutIO[Unit]
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. def delay[A](a: ⇒ A): CopyOutIO[A]
  12. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[CopyOutOp, A]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. val getFieldCount: CopyOutIO[Int]
  18. def getFieldFormat(a: Int): CopyOutIO[Int]
  19. val getFormat: CopyOutIO[Int]
  20. val getHandledRowCount: CopyOutIO[Long]
  21. def handleErrorWith[A](fa: CopyOutIO[A], f: (Throwable) ⇒ CopyOutIO[A]): CopyOutIO[A]
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. val isActive: CopyOutIO[Boolean]
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def pure[A](a: A): CopyOutIO[A]
  29. def raiseError[A](err: Throwable): CopyOutIO[A]
  30. def raw[A](f: (CopyOut) ⇒ A): CopyOutIO[A]
  31. def readFromCopy(a: Boolean): CopyOutIO[Array[Byte]]
  32. val readFromCopy: CopyOutIO[Array[Byte]]
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. val unit: CopyOutIO[Unit]
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  39. object CopyOutOp

Inherited from AnyRef

Inherited from Any

Ungrouped