object ZWorkflowState extends ZWorkflowStateNumericSyntax with ZWorkflowStateMapSyntax
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZWorkflowState
- ZWorkflowStateMapSyntax
- ZWorkflowStateNumericSyntax
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class Optional[A] extends ZWorkflowState[A] with Product with Serializable
- final case class Required[A] extends ZWorkflowState[A] with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def ZWorkflowStateMapOps[K, V](self: ZWorkflowState[Map[K, V]]): ZWorkflowStateMapOps[K, V]
- Definition Classes
- ZWorkflowStateMapSyntax
- implicit def ZWorkflowStateNumericOps[N](self: ZWorkflowState[N])(implicit arg0: Numeric[N]): ZWorkflowStateNumericOps[N]
- Definition Classes
- ZWorkflowStateNumericSyntax
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def empty[A]: Optional[A]
Creates an uninitialized state
Creates an uninitialized state
- A
state type
- returns
uninitialized state
- def emptyMap[K, V]: Required[Map[K, V]]
Initializes the state with an empty map
Initializes the state with an empty map
- K
map key type
- V
map value type
- returns
the state
- Definition Classes
- ZWorkflowStateMapSyntax
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def make[A](value: A): Required[A]
Initializes the state with a value
Initializes the state with a value
- A
state type
- value
the state value
- returns
the state
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)