c

foperator

Operations

class Operations[IO[_], C, T] extends Logging

Linear Supertypes
Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Operations
  2. Logging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Operations(client: C)(implicit sync: Sync[IO], e: Engine[IO, C, T], res: ObjectResource[T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def _delete(id: Id[T]): IO[Unit]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val client: C
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def delete(id: Id[T]): IO[Unit]
  9. def deleteIfPresent(id: Id[T]): IO[Boolean]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def forceWrite(t: T): IO[Unit]
  13. def get(id: Id[T]): IO[Option[T]]
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  18. def mirror[R](block: (ResourceMirror[IO, T]) => IO[R])(implicit c: Async[IO]): IO[R]
  19. def mirrorFor[R](opts: ListOptions)(block: (ResourceMirror[IO, T]) => IO[R])(implicit c: Async[IO]): IO[R]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def runReconciler(reconciler: Reconciler[IO, C, T], opts: ReconcileOptions = ReconcileOptions())(implicit c: Async[IO]): IO[Unit]
  24. def runReconcilerWithInput(input: ReconcileSource[IO, T], reconciler: Reconciler[IO, C, T], opts: ReconcileOptions = ReconcileOptions())(implicit c: Async[IO]): IO[Unit]
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def update(t: T)(block: (T) => T)(implicit eq: Eq[T]): IO[Unit]
  28. def updateStatus[St](original: T, st: St)(implicit sub: HasStatus[T, St]): IO[Unit]
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. def write(t: T): IO[Unit]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped