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