object LargeObjectOp
- Annotations
- @SuppressWarnings()
- Source
- largeobject.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LargeObjectOp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class Embed[A](e: Embedded[A]) extends LargeObjectOp[A] with Product with Serializable
- final case class ForceR[A, B](fa: LargeObjectIO[A], fb: LargeObjectIO[B]) extends LargeObjectOp[B] with Product with Serializable
- final case class GetInputStream1(a: Long) extends LargeObjectOp[InputStream] with Product with Serializable
- final case class HandleErrorWith[A](fa: LargeObjectIO[A], f: (Throwable) => LargeObjectIO[A]) extends LargeObjectOp[A] with Product with Serializable
- final case class OnCancel[A](fa: LargeObjectIO[A], fin: LargeObjectIO[Unit]) extends LargeObjectOp[A] with Product with Serializable
- final case class Poll1[A](poll: Any, fa: LargeObjectIO[A]) extends LargeObjectOp[A] with Product with Serializable
- final case class RaiseError[A](e: Throwable) extends LargeObjectOp[A] with Product with Serializable
- final case class Raw[A](f: (LargeObject) => A) extends LargeObjectOp[A] with Product with Serializable
- final case class Read(a: Array[Byte], b: Int, c: Int) extends LargeObjectOp[Int] with Product with Serializable
- final case class Read1(a: Int) extends LargeObjectOp[Array[Byte]] with Product with Serializable
- final case class Seek(a: Int) extends LargeObjectOp[Unit] with Product with Serializable
- final case class Seek1(a: Int, b: Int) extends LargeObjectOp[Unit] with Product with Serializable
- final case class Seek64(a: Long, b: Int) extends LargeObjectOp[Unit] with Product with Serializable
- final case class Suspend[A](hint: Type, thunk: () => A) extends LargeObjectOp[A] with Product with Serializable
- final case class Truncate(a: Int) extends LargeObjectOp[Unit] with Product with Serializable
- final case class Truncate64(a: Long) extends LargeObjectOp[Unit] with Product with Serializable
- final case class Uncancelable[A](body: (Poll[LargeObjectIO]) => LargeObjectIO[A]) extends LargeObjectOp[A] with Product with Serializable
- trait Visitor[F[_]] extends ~>[LargeObjectOp, F]
- final case class Write(a: Array[Byte]) extends LargeObjectOp[Unit] with Product with Serializable
- final case class Write1(a: Array[Byte], b: Int, c: Int) extends LargeObjectOp[Unit] with Product with Serializable
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 LargeObjectOpEmbeddable: Embeddable[LargeObjectOp, LargeObject]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- 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(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])
- case object Canceled extends LargeObjectOp[Unit] with Product with Serializable
- case object Close extends LargeObjectOp[Unit] with Product with Serializable
- case object Copy extends LargeObjectOp[LargeObject] with Product with Serializable
- case object GetInputStream extends LargeObjectOp[InputStream] with Product with Serializable
- case object GetLongOID extends LargeObjectOp[Long] with Product with Serializable
- case object GetOutputStream extends LargeObjectOp[OutputStream] with Product with Serializable
- case object Monotonic extends LargeObjectOp[FiniteDuration] with Product with Serializable
- case object Realtime extends LargeObjectOp[FiniteDuration] with Product with Serializable
- case object Size extends LargeObjectOp[Int] with Product with Serializable
- case object Size64 extends LargeObjectOp[Long] with Product with Serializable
- case object Tell extends LargeObjectOp[Int] with Product with Serializable
- case object Tell64 extends LargeObjectOp[Long] with Product with Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated