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 BooleanAggregateFunctionAggregateFunctions. allTrueA function that takes a column argument and returnstrueif all values in that column are truestatic BooleanAggregateFunctionAggregateFunctions. anyTrueA function that takes a column argument and returnstrueif at least one value in the column is truestatic BooleanAggregateFunctionAggregateFunctions. noneTrueA function that takes a column argument and returnstrueif no values in the column are true
-