Interface BooleanMapUtils

    • Method Detail

      • andNot

        default BooleanColumn andNot​(BooleanColumn... columns)
        Returns a column made by combining the receiver and each of the arguments using the operation: A andNot V. For example, the value of a cell in the result column would be true if the corresponding value in A is true and the corresponding value in B is false