Class DateInRangeRule

    • Constructor Detail

      • DateInRangeRule

        public DateInRangeRule​(DateRange range,
                               int inclusiveMask)
        Deprecated.
        Parameters:
        range - the range to check
        inclusiveMask - indicates inclusiveness of start and end of the range
    • Method Detail

      • test

        public boolean test​(Date date)
        Deprecated.
        Specified by:
        test in interface Predicate<Date>