FixtureExpressionChain

@Serializable
class FixtureExpressionChain(val base: FixtureExpression, val transforms: List<FixtureTransformInvocation> = emptyList())(source)

Mirror of an expression chain: a base expression plus zero or more transforms applied left-to-right.

Constructors

Link copied to clipboard
constructor(base: FixtureExpression, transforms: List<FixtureTransformInvocation> = emptyList())

Properties

Link copied to clipboard

the base expression.

Link copied to clipboard

the transforms applied to base, in application order.