Grouped

@Serializable
@SerialName(value = "Grouped")
class Grouped(val chain: FixtureExpressionChain) : FixtureExpression(source)

Mirror of a parenthesized expression chain used as an operand (for example, (b or c) in a and (b or c)).

Constructors

Link copied to clipboard
constructor(chain: FixtureExpressionChain)

Properties

Link copied to clipboard

the parenthesized expression chain.