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

Value members

Concrete methods

def *=(num: N): self.type
def +=(num: N): self.type
def -=(num: N): self.type

Concrete fields