Package de.focus_shift.parser.functions
Class CalculateEasterSunday
- java.lang.Object
-
- de.focus_shift.parser.functions.CalculateEasterSunday
-
- All Implemented Interfaces:
Function<Chronology,LocalDate>
public class CalculateEasterSunday extends Object implements Function<Chronology,LocalDate>
-
-
Constructor Summary
Constructors Constructor Description CalculateEasterSunday(int year)
-
-
-
Method Detail
-
apply
public LocalDate apply(Chronology chronology)
- Specified by:
applyin interfaceFunction<Chronology,LocalDate>
-
-