object blob

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

Type Members

  1. type BlobIO[A] = Free[BlobOp, A]
  2. sealed trait BlobOp[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 AsyncBlobIO: Async[BlobIO]
  5. implicit val ContextShiftBlobIO: ContextShift[BlobIO]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def async[A](k: ((Either[Throwable, A]) => Unit) => Unit): BlobIO[A]
  8. def asyncF[A](k: ((Either[Throwable, A]) => Unit) => BlobIO[Unit]): BlobIO[A]
  9. def bracketCase[A, B](acquire: BlobIO[A])(use: (A) => BlobIO[B])(release: (A, ExitCase[Throwable]) => BlobIO[Unit]): BlobIO[B]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. def delay[A](a: => A): BlobIO[A]
  12. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[BlobOp, A]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def evalOn[A](ec: ExecutionContext)(fa: BlobIO[A]): Free[BlobOp, A]
  16. val free: BlobIO[Unit]
  17. def getBinaryStream(a: Long, b: Long): BlobIO[InputStream]
  18. val getBinaryStream: BlobIO[InputStream]
  19. def getBytes(a: Long, b: Int): BlobIO[Array[Byte]]
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def handleErrorWith[A](fa: BlobIO[A], f: (Throwable) => BlobIO[A]): BlobIO[A]
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val length: BlobIO[Long]
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def position(a: Blob, b: Long): BlobIO[Long]
  29. def position(a: Array[Byte], b: Long): BlobIO[Long]
  30. def pure[A](a: A): BlobIO[A]
  31. def raiseError[A](err: Throwable): BlobIO[A]
  32. def raw[A](f: (Blob) => A): BlobIO[A]
  33. def setBinaryStream(a: Long): BlobIO[OutputStream]
  34. def setBytes(a: Long, b: Array[Byte], c: Int, d: Int): BlobIO[Int]
  35. def setBytes(a: Long, b: Array[Byte]): BlobIO[Int]
  36. val shift: BlobIO[Unit]
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def truncate(a: Long): BlobIO[Unit]
  40. val unit: BlobIO[Unit]
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. object BlobOp

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped