object blob
- Source
- blob.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- blob
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val WeakAsyncBlobIO: WeakAsync[BlobIO]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val canceled: Free[BlobOp, Unit]
- def capturePoll[M[_]](mpoll: Poll[M]): Poll[BlobIO]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def delay[A](thunk: ⇒ A): Free[BlobOp, A]
- def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[BlobOp, A]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def forceR[A, B](fa: BlobIO[A])(fb: BlobIO[B]): Free[BlobOp, B]
- val free: BlobIO[Unit]
- def fromFuture[A](fut: BlobIO[Future[A]]): Free[BlobOp, A]
- def getBinaryStream(a: Long, b: Long): BlobIO[InputStream]
- val getBinaryStream: BlobIO[InputStream]
- def getBytes(a: Long, b: Int): BlobIO[Array[Byte]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def handleErrorWith[A](fa: BlobIO[A])(f: (Throwable) ⇒ BlobIO[A]): BlobIO[A]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val length: BlobIO[Long]
- val monotonic: Free[BlobOp, FiniteDuration]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def onCancel[A](fa: BlobIO[A], fin: BlobIO[Unit]): Free[BlobOp, A]
- def position(a: Blob, b: Long): BlobIO[Long]
- def position(a: Array[Byte], b: Long): BlobIO[Long]
- def pure[A](a: A): BlobIO[A]
- def raiseError[A](err: Throwable): BlobIO[A]
- def raw[A](f: (Blob) ⇒ A): BlobIO[A]
- val realtime: Free[BlobOp, FiniteDuration]
- def setBinaryStream(a: Long): BlobIO[OutputStream]
- def setBytes(a: Long, b: Array[Byte], c: Int, d: Int): BlobIO[Int]
- def setBytes(a: Long, b: Array[Byte]): BlobIO[Int]
- def suspend[A](hint: Type)(thunk: ⇒ A): Free[BlobOp, A]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def truncate(a: Long): BlobIO[Unit]
- def uncancelable[A](body: (Poll[BlobIO]) ⇒ BlobIO[A]): Free[BlobOp, A]
- val unit: BlobIO[Unit]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object BlobOp
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated