ContainerStateWaiting

final case class ContainerStateWaiting(message: Option[String], reason: Option[String])

ContainerStateWaiting is a waiting state of a container.

Companion:
object
Source:
ContainerStateWaiting.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

Source:
ContainerStateWaiting.scala

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

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

Source:
ContainerStateWaiting.scala

Returns a new data with message set to new value

Returns a new data with message set to new value

Source:
ContainerStateWaiting.scala

Returns a new data with reason set to new value

Returns a new data with reason set to new value

Source:
ContainerStateWaiting.scala

Inherited methods

Inherited from:
Product