Package tech.tablesaw.columns.dates
Interface DateFillers<T>
-
- All Known Implementing Classes:
DateColumn
public interface DateFillers<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default T
fillWith(Iterable<LocalDate> iterable)
T
fillWith(Supplier<LocalDate> supplier)
T
fillWith(Iterator<LocalDate> iterator)
-