Package tech.tablesaw.columns.booleans
Interface BooleanFillers<T>
-
- All Known Implementing Classes:
BooleanColumn
public interface BooleanFillers<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default T
fillWith(it.unimi.dsi.fastutil.booleans.BooleanIterable iterable)
T
fillWith(it.unimi.dsi.fastutil.booleans.BooleanIterator iterator)
T
fillWith(Supplier<Boolean> supplier)
-