Uses of Class
tech.tablesaw.aggregate.BooleanAggregateFunction
Packages that use BooleanAggregateFunction
-
Uses of BooleanAggregateFunction in tech.tablesaw.aggregate
Fields in tech.tablesaw.aggregate declared as BooleanAggregateFunctionModifier and TypeFieldDescriptionstatic final BooleanAggregateFunction
AggregateFunctions.allTrue
A function that takes a column argument and returnstrue
if all values in that column are truestatic final BooleanAggregateFunction
AggregateFunctions.anyTrue
A function that takes a column argument and returnstrue
if at least one value in the column is truestatic final BooleanAggregateFunction
AggregateFunctions.noneTrue
A function that takes a column argument and returnstrue
if no values in the column are true