object largeobject
- Source
- largeobject.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- largeobject
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type LargeObjectIO[A] = Free[LargeObjectOp, A]
- sealed trait LargeObjectOp[A] extends AnyRef
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 def MonoidLargeObjectIO[A](implicit M: Monoid[A]): Monoid[LargeObjectIO[A]]
- implicit val SyncLargeObjectIO: Sync[LargeObjectIO]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val canceled: Free[LargeObjectOp, Unit]
- def capturePoll[M[_]](mpoll: Poll[M]): Poll[LargeObjectIO]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- val close: LargeObjectIO[Unit]
- val copy: LargeObjectIO[LargeObject]
- def delay[A](thunk: => A): Free[LargeObjectOp, A]
- def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[LargeObjectOp, A]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def forceR[A, B](fa: LargeObjectIO[A])(fb: LargeObjectIO[B]): Free[LargeObjectOp, B]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def getInputStream(a: Long): LargeObjectIO[InputStream]
- val getInputStream: LargeObjectIO[InputStream]
- val getLongOID: LargeObjectIO[Long]
- val getOutputStream: LargeObjectIO[OutputStream]
- def handleErrorWith[A](fa: LargeObjectIO[A])(f: (Throwable) => LargeObjectIO[A]): LargeObjectIO[A]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val monotonic: Free[LargeObjectOp, FiniteDuration]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def onCancel[A](fa: LargeObjectIO[A], fin: LargeObjectIO[Unit]): Free[LargeObjectOp, A]
- def pure[A](a: A): LargeObjectIO[A]
- def raiseError[A](err: Throwable): LargeObjectIO[A]
- def raw[A](f: (LargeObject) => A): LargeObjectIO[A]
- def read(a: Int): LargeObjectIO[Array[Byte]]
- def read(a: Array[Byte], b: Int, c: Int): LargeObjectIO[Int]
- val realtime: Free[LargeObjectOp, FiniteDuration]
- def seek(a: Int, b: Int): LargeObjectIO[Unit]
- def seek(a: Int): LargeObjectIO[Unit]
- def seek64(a: Long, b: Int): LargeObjectIO[Unit]
- val size: LargeObjectIO[Int]
- val size64: LargeObjectIO[Long]
- def suspend[A](hint: Type)(thunk: => A): Free[LargeObjectOp, A]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tell: LargeObjectIO[Int]
- val tell64: LargeObjectIO[Long]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def truncate(a: Int): LargeObjectIO[Unit]
- def truncate64(a: Long): LargeObjectIO[Unit]
- def uncancelable[A](body: (Poll[LargeObjectIO]) => LargeObjectIO[A]): Free[LargeObjectOp, A]
- val unit: LargeObjectIO[Unit]
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def write(a: Array[Byte], b: Int, c: Int): LargeObjectIO[Unit]
- def write(a: Array[Byte]): LargeObjectIO[Unit]
- object LargeObjectOp
- Annotations
- @SuppressWarnings()
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)