Interface HolidayModel

All Superinterfaces:
ChronoCondition<PlainDate>, Predicate<PlainDate>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface HolidayModel extends ChronoCondition<PlainDate>

Represents a rule how to find a non-business day.

Since:
4.24
Author:
Meno Hochschild
See Also:
DateInterval.streamExcluding(Predicate)