Uses of Interface
tech.tablesaw.filtering.predicates.LongBiPredicate
-
Packages that use LongBiPredicate Package Description tech.tablesaw.columns.datetimes tech.tablesaw.columns.temporal -
-
Uses of LongBiPredicate in tech.tablesaw.columns.datetimes
Fields in tech.tablesaw.columns.datetimes declared as LongBiPredicate Modifier and Type Field Description static LongBiPredicateDateTimePredicates. isInYear -
Uses of LongBiPredicate in tech.tablesaw.columns.temporal
Fields in tech.tablesaw.columns.temporal declared as LongBiPredicate Modifier and Type Field Description static LongBiPredicateTemporalPredicates. isEqualTostatic LongBiPredicateTemporalPredicates. isGreaterThanstatic LongBiPredicateTemporalPredicates. isGreaterThanOrEqualTostatic LongBiPredicateTemporalPredicates. isLessThanstatic LongBiPredicateTemporalPredicates. isLessThanOrEqualTostatic LongBiPredicateTemporalPredicates. isNotEqualToMethods in tech.tablesaw.columns.temporal with parameters of type LongBiPredicate Modifier and Type Method Description default SelectionTemporalFilters. eval(LongBiPredicate predicate, long value)default SelectionTemporalFilters. eval(LongBiPredicate predicate, DateTimeColumn otherColumn)
-