trait Visitor[F[_]] extends ~>[BlobOp, F]
Ordering
- Alphabetic
- By Inheritance
Inherited
- Visitor
- FunctionK
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def async[A](k: ((Either[Throwable, A]) => Unit) => Unit): F[A]
- abstract def asyncF[A](k: ((Either[Throwable, A]) => Unit) => BlobIO[Unit]): F[A]
- abstract def bracketCase[A, B](acquire: BlobIO[A])(use: (A) => BlobIO[B])(release: (A, ExitCase[Throwable]) => BlobIO[Unit]): F[B]
- abstract def delay[A](a: () => A): F[A]
- abstract def embed[A](e: Embedded[A]): F[A]
- abstract def evalOn[A](ec: ExecutionContext)(fa: BlobIO[A]): F[A]
- abstract def free: F[Unit]
- abstract def getBinaryStream(a: Long, b: Long): F[InputStream]
- abstract def getBinaryStream: F[InputStream]
- abstract def getBytes(a: Long, b: Int): F[Array[Byte]]
- abstract def handleErrorWith[A](fa: BlobIO[A], f: (Throwable) => BlobIO[A]): F[A]
- abstract def length: F[Long]
- abstract def position(a: Blob, b: Long): F[Long]
- abstract def position(a: Array[Byte], b: Long): F[Long]
- abstract def raiseError[A](e: Throwable): F[A]
- abstract def raw[A](f: (Blob) => A): F[A]
- abstract def setBinaryStream(a: Long): F[OutputStream]
- abstract def setBytes(a: Long, b: Array[Byte], c: Int, d: Int): F[Int]
- abstract def setBytes(a: Long, b: Array[Byte]): F[Int]
- abstract def shift: F[Unit]
- abstract def truncate(a: Long): F[Unit]
Concrete 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
- def and[H[_]](h: FunctionK[BlobOp, H]): FunctionK[BlobOp, [γ$4$]Tuple2K[F, H, γ$4$]]
- Definition Classes
- FunctionK
- def andThen[H[_]](f: FunctionK[F, H]): FunctionK[BlobOp, H]
- Definition Classes
- FunctionK
- final def apply[A](fa: BlobOp[A]): F[A]
- Definition Classes
- Visitor → FunctionK
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compose[E[_]](f: FunctionK[E, BlobOp]): FunctionK[E, F]
- Definition Classes
- FunctionK
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def or[H[_]](h: FunctionK[H, F]): FunctionK[[γ$1$]EitherK[BlobOp, H, γ$1$], F]
- Definition Classes
- FunctionK
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()