object LargeObjectManagerOp
Type Members
- final case class CreateLO1(a: Int) extends LargeObjectManagerOp[Long] with Product with Serializable
- final case class Delete(a: Long) extends LargeObjectManagerOp[Unit] with Product with Serializable
- final case class Embed[A](e: Embedded[A]) extends LargeObjectManagerOp[A] with Product with Serializable
- final case class ForceR[A, B](fa: LargeObjectManagerIO[A], fb: LargeObjectManagerIO[B]) extends LargeObjectManagerOp[B] with Product with Serializable
- final case class HandleErrorWith[A](fa: LargeObjectManagerIO[A], f: (Throwable) => LargeObjectManagerIO[A]) extends LargeObjectManagerOp[A] with Product with Serializable
- final case class OnCancel[A](fa: LargeObjectManagerIO[A], fin: LargeObjectManagerIO[Unit]) extends LargeObjectManagerOp[A] with Product with Serializable
- final case class Open(a: Int, b: Boolean) extends LargeObjectManagerOp[LargeObject] with Product with Serializable
- final case class Open1(a: Int, b: Int, c: Boolean) extends LargeObjectManagerOp[LargeObject] with Product with Serializable
- final case class Open2(a: Long) extends LargeObjectManagerOp[LargeObject] with Product with Serializable
- final case class Open3(a: Long, b: Boolean) extends LargeObjectManagerOp[LargeObject] with Product with Serializable
- final case class Open4(a: Long, b: Int) extends LargeObjectManagerOp[LargeObject] with Product with Serializable
- final case class Open5(a: Long, b: Int, c: Boolean) extends LargeObjectManagerOp[LargeObject] with Product with Serializable
- final case class Poll1[A](poll: Any, fa: LargeObjectManagerIO[A]) extends LargeObjectManagerOp[A] with Product with Serializable
- final case class RaiseError[A](e: Throwable) extends LargeObjectManagerOp[A] with Product with Serializable
- final case class Raw[A](f: (LargeObjectManager) => A) extends LargeObjectManagerOp[A] with Product with Serializable
- final case class Suspend[A](hint: Type, thunk: () => A) extends LargeObjectManagerOp[A] with Product with Serializable
- final case class Uncancelable[A](body: (Poll[LargeObjectManagerIO]) => LargeObjectManagerIO[A]) extends LargeObjectManagerOp[A] with Product with Serializable
- final case class Unlink(a: Long) extends LargeObjectManagerOp[Unit] with Product with Serializable
- trait Visitor[F[_]] extends ~>[LargeObjectManagerOp, F]
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- implicit val LargeObjectManagerOpEmbeddable: Embeddable[LargeObjectManagerOp, LargeObjectManager]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- 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(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- case object Canceled extends LargeObjectManagerOp[Unit] with Product with Serializable
- case object CreateLO extends LargeObjectManagerOp[Long] with Product with Serializable
- case object Monotonic extends LargeObjectManagerOp[FiniteDuration] with Product with Serializable
- case object Realtime extends LargeObjectManagerOp[FiniteDuration] with Product with Serializable
Deprecated Value Members
- def finalize(): Unit
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
- final case class CreateLO1(a: Int) extends LargeObjectManagerOp[Long] with Product with Serializable
- final case class Delete(a: Long) extends LargeObjectManagerOp[Unit] with Product with Serializable
- final case class Embed[A](e: Embedded[A]) extends LargeObjectManagerOp[A] with Product with Serializable
- final case class ForceR[A, B](fa: LargeObjectManagerIO[A], fb: LargeObjectManagerIO[B]) extends LargeObjectManagerOp[B] with Product with Serializable
- final case class HandleErrorWith[A](fa: LargeObjectManagerIO[A], f: (Throwable) => LargeObjectManagerIO[A]) extends LargeObjectManagerOp[A] with Product with Serializable
- final case class OnCancel[A](fa: LargeObjectManagerIO[A], fin: LargeObjectManagerIO[Unit]) extends LargeObjectManagerOp[A] with Product with Serializable
- final case class Open(a: Int, b: Boolean) extends LargeObjectManagerOp[LargeObject] with Product with Serializable
- final case class Open1(a: Int, b: Int, c: Boolean) extends LargeObjectManagerOp[LargeObject] with Product with Serializable
- final case class Open2(a: Long) extends LargeObjectManagerOp[LargeObject] with Product with Serializable
- final case class Open3(a: Long, b: Boolean) extends LargeObjectManagerOp[LargeObject] with Product with Serializable
- final case class Open4(a: Long, b: Int) extends LargeObjectManagerOp[LargeObject] with Product with Serializable
- final case class Open5(a: Long, b: Int, c: Boolean) extends LargeObjectManagerOp[LargeObject] with Product with Serializable
- final case class Poll1[A](poll: Any, fa: LargeObjectManagerIO[A]) extends LargeObjectManagerOp[A] with Product with Serializable
- final case class RaiseError[A](e: Throwable) extends LargeObjectManagerOp[A] with Product with Serializable
- final case class Raw[A](f: (LargeObjectManager) => A) extends LargeObjectManagerOp[A] with Product with Serializable
- final case class Suspend[A](hint: Type, thunk: () => A) extends LargeObjectManagerOp[A] with Product with Serializable
- final case class Uncancelable[A](body: (Poll[LargeObjectManagerIO]) => LargeObjectManagerIO[A]) extends LargeObjectManagerOp[A] with Product with Serializable
- final case class Unlink(a: Long) extends LargeObjectManagerOp[Unit] with Product with Serializable
- trait Visitor[F[_]] extends ~>[LargeObjectManagerOp, F]
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- implicit val LargeObjectManagerOpEmbeddable: Embeddable[LargeObjectManagerOp, LargeObjectManager]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- 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(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- case object Canceled extends LargeObjectManagerOp[Unit] with Product with Serializable
- case object CreateLO extends LargeObjectManagerOp[Long] with Product with Serializable
- case object Monotonic extends LargeObjectManagerOp[FiniteDuration] with Product with Serializable
- case object Realtime extends LargeObjectManagerOp[FiniteDuration] with Product with Serializable
- def finalize(): Unit