Interface BinaryOperationValidityStrategy

    • Method Detail

      • validityForBinaryOperation

        boolean validityForBinaryOperation​(ValidityAware left,
                                           ValidityAware right)
        Has to return the resulting validity for the combination of the two scalars.
        Parameters:
        left - the left operand of a binary operation
        right - the right operand of a binary operation
        Returns:
        the combined validity
        Throws:
        java.lang.RuntimeException - if the combination of the two is not allowed