overrideWith

fun overrideWith(other: ValidatedRenderingContext): ValidatedRenderingContext

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.