FlowSchemaStatus

final case class FlowSchemaStatus(conditions: Option[Seq[FlowSchemaCondition]])

FlowSchemaStatus represents the current state of a FlowSchema.

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

Value members

Concrete methods

Appends new values to conditions

Appends new values to conditions

Source:
FlowSchemaStatus.scala

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

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

Source:
FlowSchemaStatus.scala

Returns a new data with conditions set to new value

Returns a new data with conditions set to new value

Source:
FlowSchemaStatus.scala

Inherited methods

Inherited from:
Product