ZWorkflowStateMapOps

zio.temporal.state.ZWorkflowStateMapOps
final class ZWorkflowStateMapOps[K, V](val self: ZWorkflowState[Map[K, V]])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def ++=(values: Iterable[(K, V)]): self.type
def +=(pair: (K, V)): self.type
def --=(keys: Iterable[K]): self.type
def -=(key: K): self.type
def apply(key: K): V
def clear(): self.type
def filterInPlace(p: (K, V) => Boolean): self.type
def filterKeysInPlace(p: K => Boolean): self.type
def get(key: K): Option[V]
def getOrElse(key: K, default: => V): V
def remove(key: K): self.type
def update(key: K, value: V): self.type

Concrete fields

val self: ZWorkflowState[Map[K, V]]