override With
fun overrideWith(other: ValidatedRenderingContext): ValidatedRenderingContext
Content copied to clipboard
Combine the receiver with the argument to produce a new context in which attributes of the receiver are overridden by corresponding non-null attributes of the argument.
Return
The combined context.
Parameters
other
The overriding context.