trait Visitor[F[_]] extends ~>[LargeObjectOp, F]
Abstract Value Members
- abstract def canceled: F[Unit]
- abstract def close: F[Unit]
- abstract def copy: F[LargeObject]
- abstract def delay[A](thunk: => A): F[A]
- abstract def embed[A](e: Embedded[A]): F[A]
- abstract def forceR[A, B](fa: LargeObjectIO[A])(fb: LargeObjectIO[B]): F[B]
- abstract def getInputStream(a: Long): F[InputStream]
- abstract def getInputStream: F[InputStream]
- abstract def getLongOID: F[Long]
- abstract def getOutputStream: F[OutputStream]
- abstract def handleErrorWith[A](fa: LargeObjectIO[A])(f: (Throwable) => LargeObjectIO[A]): F[A]
- abstract def monotonic: F[FiniteDuration]
- abstract def onCancel[A](fa: LargeObjectIO[A], fin: LargeObjectIO[Unit]): F[A]
- abstract def poll[A](poll: Any, fa: LargeObjectIO[A]): F[A]
- abstract def raiseError[A](e: Throwable): F[A]
- abstract def raw[A](f: (LargeObject) => A): F[A]
- abstract def read(a: Int): F[Array[Byte]]
- abstract def read(a: Array[Byte], b: Int, c: Int): F[Int]
- abstract def realTime: F[FiniteDuration]
- abstract def seek(a: Int, b: Int): F[Unit]
- abstract def seek(a: Int): F[Unit]
- abstract def seek64(a: Long, b: Int): F[Unit]
- abstract def size: F[Int]
- abstract def size64: F[Long]
- abstract def suspend[A](hint: Type)(thunk: => A): F[A]
- abstract def tell: F[Int]
- abstract def tell64: F[Long]
- abstract def truncate(a: Int): F[Unit]
- abstract def truncate64(a: Long): F[Unit]
- abstract def uncancelable[A](body: (Poll[LargeObjectIO]) => LargeObjectIO[A]): F[A]
- abstract def write(a: Array[Byte], b: Int, c: Int): F[Unit]
- abstract def write(a: Array[Byte]): F[Unit]
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def and[H[_]](h: FunctionK[LargeObjectOp, H]): FunctionK[LargeObjectOp, [γ$2$]Tuple2K[F, H, γ$2$]]
- def andThen[H[_]](f: FunctionK[F, H]): FunctionK[LargeObjectOp, H]
- final def apply[A](fa: LargeObjectOp[A]): F[A]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def compose[E[_]](f: FunctionK[E, LargeObjectOp]): FunctionK[E, F]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def narrow[F0[x] <: LargeObjectOp[x]]: FunctionK[F0, F]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def or[H[_]](h: FunctionK[H, F]): FunctionK[[γ$0$]EitherK[LargeObjectOp, H, γ$0$], F]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def widen[G0[x] >: F[x]]: FunctionK[LargeObjectOp, G0]
Deprecated Value Members
- def finalize(): Unit
Inherited from FunctionK[LargeObjectOp, F]
Value Members
- def and[H[_]](h: FunctionK[LargeObjectOp, H]): FunctionK[LargeObjectOp, [γ$2$]Tuple2K[F, H, γ$2$]]
- def andThen[H[_]](f: FunctionK[F, H]): FunctionK[LargeObjectOp, H]
- def compose[E[_]](f: FunctionK[E, LargeObjectOp]): FunctionK[E, F]
- def narrow[F0[x] <: LargeObjectOp[x]]: FunctionK[F0, F]
- def or[H[_]](h: FunctionK[H, F]): FunctionK[[γ$0$]EitherK[LargeObjectOp, H, γ$0$], F]
- def widen[G0[x] >: F[x]]: FunctionK[LargeObjectOp, G0]
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- 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(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- abstract def canceled: F[Unit]
- abstract def close: F[Unit]
- abstract def copy: F[LargeObject]
- abstract def delay[A](thunk: => A): F[A]
- abstract def embed[A](e: Embedded[A]): F[A]
- abstract def forceR[A, B](fa: LargeObjectIO[A])(fb: LargeObjectIO[B]): F[B]
- abstract def getInputStream(a: Long): F[InputStream]
- abstract def getInputStream: F[InputStream]
- abstract def getLongOID: F[Long]
- abstract def getOutputStream: F[OutputStream]
- abstract def handleErrorWith[A](fa: LargeObjectIO[A])(f: (Throwable) => LargeObjectIO[A]): F[A]
- abstract def monotonic: F[FiniteDuration]
- abstract def onCancel[A](fa: LargeObjectIO[A], fin: LargeObjectIO[Unit]): F[A]
- abstract def poll[A](poll: Any, fa: LargeObjectIO[A]): F[A]
- abstract def raiseError[A](e: Throwable): F[A]
- abstract def raw[A](f: (LargeObject) => A): F[A]
- abstract def read(a: Int): F[Array[Byte]]
- abstract def read(a: Array[Byte], b: Int, c: Int): F[Int]
- abstract def realTime: F[FiniteDuration]
- abstract def seek(a: Int, b: Int): F[Unit]
- abstract def seek(a: Int): F[Unit]
- abstract def seek64(a: Long, b: Int): F[Unit]
- abstract def size: F[Int]
- abstract def size64: F[Long]
- abstract def suspend[A](hint: Type)(thunk: => A): F[A]
- abstract def tell: F[Int]
- abstract def tell64: F[Long]
- abstract def truncate(a: Int): F[Unit]
- abstract def truncate64(a: Long): F[Unit]
- abstract def uncancelable[A](body: (Poll[LargeObjectIO]) => LargeObjectIO[A]): F[A]
- abstract def write(a: Array[Byte], b: Int, c: Int): F[Unit]
- abstract def write(a: Array[Byte]): F[Unit]
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def and[H[_]](h: FunctionK[LargeObjectOp, H]): FunctionK[LargeObjectOp, [γ$2$]Tuple2K[F, H, γ$2$]]
- def andThen[H[_]](f: FunctionK[F, H]): FunctionK[LargeObjectOp, H]
- final def apply[A](fa: LargeObjectOp[A]): F[A]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def compose[E[_]](f: FunctionK[E, LargeObjectOp]): FunctionK[E, F]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def narrow[F0[x] <: LargeObjectOp[x]]: FunctionK[F0, F]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def or[H[_]](h: FunctionK[H, F]): FunctionK[[γ$0$]EitherK[LargeObjectOp, H, γ$0$], F]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def widen[G0[x] >: F[x]]: FunctionK[LargeObjectOp, G0]
- def finalize(): Unit