object
BlobOp
Type Members
-
case class
Attempt[A](action: BlobIO[A]) extends BlobOp[\/[Throwable, A]] with Product with Serializable
-
case class
GetBinaryStream1(a: Long, b: Long) extends BlobOp[InputStream] with Product with Serializable
-
case class
GetBytes(a: Long, b: Int) extends BlobOp[Array[Byte]] with Product with Serializable
-
case class
Lift[Op[_], A, J](j: J, action: Free[Op, A], mod: Aux[Op, J]) extends BlobOp[A] with Product with Serializable
-
case class
Position(a: Blob, b: Long) extends BlobOp[Long] with Product with Serializable
-
case class
Position1(a: Array[Byte], b: Long) extends BlobOp[Long] with Product with Serializable
-
case class
Pure[A](a: () ⇒ A) extends BlobOp[A] with Product with Serializable
-
case class
Raw[A](f: (Blob) ⇒ A) extends BlobOp[A] with Product with Serializable
-
case class
SetBinaryStream(a: Long) extends BlobOp[OutputStream] with Product with Serializable
-
case class
SetBytes(a: Long, b: Array[Byte], c: Int, d: Int) extends BlobOp[Int] with Product with Serializable
-
case class
SetBytes1(a: Long, b: Array[Byte]) extends BlobOp[Int] with Product with Serializable
-
case class
Truncate(a: Long) extends BlobOp[Unit] with Product with Serializable
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
implicit
val
BlobKleisliTrans: Aux[BlobOp, Blob]
-
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
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
Module of constructors for
BlobOp
. These are rarely useful outside of the implementation; prefer the smart constructors provided by theblob
module.