Class/Object

quasar.effect.KeyValueStore

Ops

Related Docs: object Ops | package KeyValueStore

Permalink

final class Ops[K, V, S[_]] extends LiftedOps[[γ$0$]KeyValueStore[K, V, γ$0$], S]

Linear Supertypes
LiftedOps[[γ$0$]KeyValueStore[K, V, γ$0$], S], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ops
  2. LiftedOps
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Ops()(implicit S: :<:[[γ$2$]KeyValueStore[K, V, γ$2$], S])

    Permalink

Type Members

  1. type FreeS[A] = Free[S, A]

    Permalink
    Definition Classes
    LiftedOps

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def alterS[A](k: K, f: (slamdata.Predef.Option[V]) ⇒ (V, A)): FreeS[A]

    Permalink

    Atomically associates the given key with the first part of the result of applying the given function to the value currently associated with the key, returning the second part of the result.

    Atomically associates the given key with the first part of the result of applying the given function to the value currently associated with the key, returning the second part of the result.

    Annotations
    @SuppressWarnings()
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def compareAndPut(k: K, expect: slamdata.Predef.Option[V], update: V): FreeS[slamdata.Predef.Boolean]

    Permalink

    Associate update with the given key if the current value at the key is expect, passing None for expect indicates that they key is expected not to be associated with a value.

    Associate update with the given key if the current value at the key is expect, passing None for expect indicates that they key is expected not to be associated with a value.

    returns

    whether the value was updated.

  8. def contains(k: K): FreeS[slamdata.Predef.Boolean]

    Permalink

    Returns whether a value is associated with the given key.

  9. def delete(k: K): FreeS[slamdata.Predef.Unit]

    Permalink

    Remove any associated with the given key.

  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def get(k: K): OptionT[FreeS, V]

    Permalink

    Returns the current value associated with the given key.

  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. val keys: FreeS[slamdata.Predef.Vector[K]]

    Permalink

    Returns current keys

  18. def lift[A](ga: KeyValueStore[K, V, A]): FreeS[A]

    Permalink
    Definition Classes
    LiftedOps
  19. def modify(k: K, f: (V) ⇒ V): FreeS[slamdata.Predef.Unit]

    Permalink

    Atomically updates the value associated with the given key with the result of applying the given function to the current value, if defined.

    Atomically updates the value associated with the given key with the result of applying the given function to the current value, if defined.

    Annotations
    @SuppressWarnings()
  20. def move(src: K, dst: K): FreeS[slamdata.Predef.Unit]

    Permalink

    Moves/renames key

  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def put(k: K, v: V): FreeS[slamdata.Predef.Unit]

    Permalink

    Associate the given value with the given key.

  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LiftedOps[[γ$0$]KeyValueStore[K, V, γ$0$], S]

Inherited from AnyRef

Inherited from Any

Ungrouped