static RowPredicate |
RowPredicateFactories.all(RowPredicate... predicates) |
static RowPredicate |
RowPredicateFactories.alwaysFalse() |
static RowPredicate |
RowPredicateFactories.alwaysTrue() |
static RowPredicate |
RowPredicateFactories.and(RowPredicate p1,
RowPredicate p2) |
static RowPredicate |
RowPredicateFactories.any(RowPredicate... predicates) |
static RowPredicate |
RowPredicateFactories.indexInRange(int sheetIndex,
int minInclude,
int maxExclude) |
static RowPredicate |
RowPredicateFactories.indexInRange(String sheetName,
int minInclude,
int maxExclude) |
static RowPredicate |
RowPredicateFactories.indexInSet(int sheetIndex,
Integer... indexes) |
static RowPredicate |
RowPredicateFactories.indexInSet(String sheetName,
Integer... indexes) |
static RowPredicate |
RowPredicateFactories.isFormatted() |
static RowPredicate |
RowPredicateFactories.isNotFormatted() |
static RowPredicate |
RowPredicateFactories.isNotZeroHeight() |
static RowPredicate |
RowPredicateFactories.isZeroHeight() |
static RowPredicate |
RowPredicateFactories.not(RowPredicate p) |
static RowPredicate |
RowPredicateFactories.or(RowPredicate p1,
RowPredicate p2) |
static RowPredicate |
RowPredicateFactories.xor(RowPredicate p1,
RowPredicate p2) |