Uses of Interface
tech.tablesaw.filtering.predicates.BytePredicate
-
Packages that use BytePredicate Package Description tech.tablesaw.api tech.tablesaw.columns.booleans -
-
Uses of BytePredicate in tech.tablesaw.api
Methods in tech.tablesaw.api with parameters of type BytePredicate Modifier and Type Method Description SelectionBooleanColumn. eval(BytePredicate predicate)Returns a Selection of the elements that return true when the predicate is evaluated -
Uses of BytePredicate in tech.tablesaw.columns.booleans
Fields in tech.tablesaw.columns.booleans declared as BytePredicate Modifier and Type Field Description static BytePredicateBooleanColumnUtils. isMissingstatic BytePredicateBooleanColumnUtils. isNotMissing
-