Package tech.tablesaw.columns.temporal
Interface TemporalFillers<T extends Temporal,C extends Column<T>>
-
- All Known Implementing Classes:
DateTimeColumn,InstantColumn
public interface TemporalFillers<T extends Temporal,C extends Column<T>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CfillWith(Iterable<T> iterable)CfillWith(Supplier<T> supplier)CfillWith(Iterator<T> iterator)
-