public interface BinaryOperationValidityStrategy extends ManipulationOption
| Modifier and Type | Method and Description |
|---|---|
boolean |
validityForBinaryOperation(ValidityAware left,
ValidityAware right)
Has to return the resulting validity for the combination of the two scalars.
|
getMarkerInterfaceboolean validityForBinaryOperation(ValidityAware left, ValidityAware right)
left - the left operand of a binary operationright - the right operand of a binary operationjava.lang.RuntimeException - if the combination of the two is not allowed