object largeobjectmanager
- Source
- largeobjectmanager.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- largeobjectmanager
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type LargeObjectManagerIO[A] = Free[LargeObjectManagerOp, A]
- sealed trait LargeObjectManagerOp[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 MonoidLargeObjectManagerIO[A](implicit M: Monoid[A]): Monoid[LargeObjectManagerIO[A]]
- implicit val SyncLargeObjectManagerIO: Sync[LargeObjectManagerIO]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val canceled: Free[LargeObjectManagerOp, Unit]
- def capturePoll[M[_]](mpoll: Poll[M]): Poll[LargeObjectManagerIO]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def createLO(a: Int): LargeObjectManagerIO[Long]
- val createLO: LargeObjectManagerIO[Long]
- def delay[A](thunk: => A): Free[LargeObjectManagerOp, A]
- def delete(a: Long): LargeObjectManagerIO[Unit]
- def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[LargeObjectManagerOp, A]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def forceR[A, B](fa: LargeObjectManagerIO[A])(fb: LargeObjectManagerIO[B]): Free[LargeObjectManagerOp, B]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def handleErrorWith[A](fa: LargeObjectManagerIO[A])(f: (Throwable) => LargeObjectManagerIO[A]): LargeObjectManagerIO[A]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val monotonic: Free[LargeObjectManagerOp, 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: LargeObjectManagerIO[A], fin: LargeObjectManagerIO[Unit]): Free[LargeObjectManagerOp, A]
- def open(a: Long, b: Int, c: Boolean): LargeObjectManagerIO[LargeObject]
- def open(a: Long, b: Int): LargeObjectManagerIO[LargeObject]
- def open(a: Long, b: Boolean): LargeObjectManagerIO[LargeObject]
- def open(a: Long): LargeObjectManagerIO[LargeObject]
- def open(a: Int, b: Int, c: Boolean): LargeObjectManagerIO[LargeObject]
- def open(a: Int, b: Boolean): LargeObjectManagerIO[LargeObject]
- def pure[A](a: A): LargeObjectManagerIO[A]
- def raiseError[A](err: Throwable): LargeObjectManagerIO[A]
- def raw[A](f: (LargeObjectManager) => A): LargeObjectManagerIO[A]
- val realtime: Free[LargeObjectManagerOp, FiniteDuration]
- def suspend[A](hint: Type)(thunk: => A): Free[LargeObjectManagerOp, A]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def uncancelable[A](body: (Poll[LargeObjectManagerIO]) => LargeObjectManagerIO[A]): Free[LargeObjectManagerOp, A]
- val unit: LargeObjectManagerIO[Unit]
- def unlink(a: Long): LargeObjectManagerIO[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])
- object LargeObjectManagerOp
- 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)