Instance Method
then(_:)
Combines this transformation with another transformation.
func then(_ otherTransformation: any RenderNodeTransforming) -> RenderNodeTransformationComposition
Parameters
otherTransformationThe other transformation to apply after the receiver.
Return Value
A new transformation that applies the two transformations, one after another.