Applies the given Modifier if the condition is true.
The original Modifier if the condition is false, otherwise the Modifier returned by then.
The condition to check.
The Modifier to apply if the condition is true.