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