Class LessThenFilter

    • Constructor Detail

      • LessThenFilter

        public LessThenFilter​(Field reference)
        An LessThen Filter is built upon a reference field
    • Method Detail

      • match

        public boolean match​(Field tested)
        Returns true if the given field is less then the reference.
        Specified by:
        match in interface FieldFilter