Skip to content

Instantly share code, notes, and snippets.

View Ghost-Programmer's full-sized avatar

Jeffery Miller Ghost-Programmer

View GitHub Profile
package name.mymiller.utils;
import java.time.DayOfWeek;
import java.time.LocalDate;
import java.time.temporal.TemporalAdjusters;
import java.util.ArrayList;
import java.util.List;
import java.util.function.BiFunction;
import java.util.function.Function;