object BlobOp
- Source
- blob.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BlobOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class Async1[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit) extends BlobOp[A] with Product with Serializable
- final case class AsyncF[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ BlobIO[Unit]) extends BlobOp[A] with Product with Serializable
- final case class BracketCase[A, B](acquire: BlobIO[A], use: (A) ⇒ BlobIO[B], release: (A, ExitCase[Throwable]) ⇒ BlobIO[Unit]) extends BlobOp[B] with Product with Serializable
- final case class Delay[A](a: () ⇒ A) extends BlobOp[A] with Product with Serializable
- final case class Embed[A](e: Embedded[A]) extends BlobOp[A] with Product with Serializable
- final case class EvalOn[A](ec: ExecutionContext, fa: BlobIO[A]) extends BlobOp[A] with Product with Serializable
- final case class GetBinaryStream1(a: Long, b: Long) extends BlobOp[InputStream] with Product with Serializable
- final case class GetBytes(a: Long, b: Int) extends BlobOp[Array[Byte]] with Product with Serializable
- final case class HandleErrorWith[A](fa: BlobIO[A], f: (Throwable) ⇒ BlobIO[A]) extends BlobOp[A] with Product with Serializable
- final case class Position(a: Array[Byte], b: Long) extends BlobOp[Long] with Product with Serializable
- final case class Position1(a: Blob, b: Long) extends BlobOp[Long] with Product with Serializable
- final case class RaiseError[A](e: Throwable) extends BlobOp[A] with Product with Serializable
- final case class Raw[A](f: (Blob) ⇒ A) extends BlobOp[A] with Product with Serializable
- final case class SetBinaryStream(a: Long) extends BlobOp[OutputStream] with Product with Serializable
- final case class SetBytes(a: Long, b: Array[Byte]) extends BlobOp[Int] with Product with Serializable
- final case class SetBytes1(a: Long, b: Array[Byte], c: Int, d: Int) extends BlobOp[Int] with Product with Serializable
- final case class Truncate(a: Long) extends BlobOp[Unit] with Product with Serializable
- trait Visitor[F[_]] extends ~>[BlobOp, F]
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 BlobOpEmbeddable: Embeddable[BlobOp, Blob]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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 Free extends BlobOp[Unit] with Product with Serializable
- object GetBinaryStream extends BlobOp[InputStream] with Product with Serializable
- object Length extends BlobOp[Long] with Product with Serializable
- object Shift extends BlobOp[Unit] with Product with Serializable
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated