Uses of Interface
tech.tablesaw.filtering.predicates.IntBiPredicate
-
Packages that use IntBiPredicate Package Description tech.tablesaw.columns tech.tablesaw.columns.dates tech.tablesaw.columns.times -
-
Uses of IntBiPredicate in tech.tablesaw.columns
Fields in tech.tablesaw.columns declared as IntBiPredicate Modifier and Type Field Description static IntBiPredicateDateAndTimePredicates. isEqualTostatic IntBiPredicateDateAndTimePredicates. isGreaterThanstatic IntBiPredicateDateAndTimePredicates. isGreaterThanOrEqualTostatic IntBiPredicateDateAndTimePredicates. isLessThanstatic IntBiPredicateDateAndTimePredicates. isLessThanOrEqualTostatic IntBiPredicateDateAndTimePredicates. isNotEqualTo -
Uses of IntBiPredicate in tech.tablesaw.columns.dates
Methods in tech.tablesaw.columns.dates with parameters of type IntBiPredicate Modifier and Type Method Description default SelectionDateFilters. eval(IntBiPredicate predicate, int value)default SelectionDateFilters. eval(IntBiPredicate predicate, DateColumn otherColumn) -
Uses of IntBiPredicate in tech.tablesaw.columns.times
Methods in tech.tablesaw.columns.times with parameters of type IntBiPredicate Modifier and Type Method Description default SelectionTimeFilters. eval(IntBiPredicate predicate, int value)default SelectionTimeFilters. eval(IntBiPredicate predicate, TimeColumn otherColumn)
-