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