Class BooleanColumnCondition

    • Constructor Detail

    • Method Detail

      • columnCondition

        public boolean columnCondition​(Writable writable)
        Returns whether the given element meets the condition set by this operation
        Parameters:
        writable - the element to test
        Returns:
        true if the condition is met false otherwise
      • condition

        public boolean condition​(Object input)
        Condition on arbitrary input
        Parameters:
        input - the input to return the condition for
        Returns:
        true if the condition is met false otherwise