ZWorkflowStateMapSyntax

zio.temporal.state.ZWorkflowStateMapSyntax

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ZWorkflowState.type

Members list

Value members

Concrete methods

def emptyMap[K, V]: Required[Map[K, V]]

Initializes the state with an empty map

Initializes the state with an empty map

Type parameters

K

map key type

V

map value type

Attributes

Returns

the state

Implicits

Implicits

implicit def ZWorkflowStateMapOps[K, V](self: ZWorkflowState[Map[K, V]]): ZWorkflowStateMapOps[K, V]