Uses of Class
tech.tablesaw.aggregate.BooleanIntAggregateFunction
-
Packages that use BooleanIntAggregateFunction Package Description tech.tablesaw.aggregate -
-
Uses of BooleanIntAggregateFunction in tech.tablesaw.aggregate
Fields in tech.tablesaw.aggregate declared as BooleanIntAggregateFunction Modifier and Type Field Description static BooleanIntAggregateFunctionAggregateFunctions. countFalseA function that takes a column argument and returns the count offalsevalues in the columnstatic BooleanIntAggregateFunctionAggregateFunctions. countTrueA function that takes a column argument and returns the number oftruevalues in a column
-