public interface DateFillers<T>
Modifier and Type | Method and Description |
---|---|
default T |
fillWith(Iterable<LocalDate> iterable) |
T |
fillWith(Iterator<LocalDate> iterator) |
T |
fillWith(Supplier<LocalDate> supplier) |
Copyright © 2019. All rights reserved.