Interface DateFunction

All Superinterfaces:
Function<Integer,LocalDate>

public interface DateFunction extends Function<Integer,LocalDate>