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 TfillWith(Iterable<LocalDate> iterable)TfillWith(Supplier<LocalDate> supplier)TfillWith(Iterator<LocalDate> iterator)
-