Interface EasterObservance

All Superinterfaces:
Function<Integer,LocalDate>, Observance, Predicate<Integer>
All Known Implementing Classes:
OrthodoxEaster, WesternEaster
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 EasterObservance extends Observance
Marker extension of Observance for representing a particular calculation of a recognized observance of Easter.
Author:
Dave Joyce