Class StringRegexColumnCondition

    • Constructor Detail

      • StringRegexColumnCondition

        public StringRegexColumnCondition​(String columnName,
                                          String regex)
    • Method Detail

      • columnCondition

        public boolean columnCondition​(Writable writable)
        Description copied from interface: ColumnCondition
        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