ContainerState

ContainerState holds a possible state of container. Only one of its members may be specified. If none of them is specified, the default one is ContainerStateWaiting.

Source:
ContainerState.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if running has a value, transforms to the result of function

if running has a value, transforms to the result of function

Source:
ContainerState.scala

if terminated has a value, transforms to the result of function

if terminated has a value, transforms to the result of function

Source:
ContainerState.scala

if waiting has a value, transforms to the result of function

if waiting has a value, transforms to the result of function

Source:
ContainerState.scala

Returns a new data with running set to new value

Returns a new data with running set to new value

Source:
ContainerState.scala

Returns a new data with terminated set to new value

Returns a new data with terminated set to new value

Source:
ContainerState.scala

Returns a new data with waiting set to new value

Returns a new data with waiting set to new value

Source:
ContainerState.scala

Inherited methods

Inherited from:
Product