ZWorkflowStateNumericOps

zio.temporal.state.ZWorkflowStateNumericOps
final class ZWorkflowStateNumericOps[N](val self: ZWorkflowState[N])(implicit N: Numeric[N])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def *=(num: N): ZWorkflowState[N]
def +=(num: N): ZWorkflowState[N]
def -=(num: N): ZWorkflowState[N]

Concrete fields