public final class RowPredicateFactories extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static RowPredicate |
all(RowPredicate... predicates) |
static RowPredicate |
alwaysFalse() |
static RowPredicate |
alwaysTrue() |
static RowPredicate |
and(RowPredicate p1,
RowPredicate p2) |
static RowPredicate |
any(RowPredicate... predicates) |
static RowPredicate |
indexInRange(int sheetIndex,
int minInclude,
int maxExclude) |
static RowPredicate |
indexInRange(String sheetName,
int minInclude,
int maxExclude) |
static RowPredicate |
indexInSet(int sheetIndex,
Integer... indexes) |
static RowPredicate |
indexInSet(String sheetName,
Integer... indexes) |
static RowPredicate |
isFormatted() |
static RowPredicate |
isNotFormatted() |
static RowPredicate |
isNotZeroHeight() |
static RowPredicate |
isZeroHeight() |
static RowPredicate |
not(RowPredicate p) |
static RowPredicate |
or(RowPredicate p1,
RowPredicate p2) |
static RowPredicate |
xor(RowPredicate p1,
RowPredicate p2) |
public static RowPredicate alwaysTrue()
public static RowPredicate alwaysFalse()
public static RowPredicate not(RowPredicate p)
public static RowPredicate or(RowPredicate p1, RowPredicate p2)
public static RowPredicate and(RowPredicate p1, RowPredicate p2)
public static RowPredicate xor(RowPredicate p1, RowPredicate p2)
public static RowPredicate any(RowPredicate... predicates)
public static RowPredicate all(RowPredicate... predicates)
public static RowPredicate indexInSet(String sheetName, Integer... indexes)
public static RowPredicate indexInSet(int sheetIndex, Integer... indexes)
public static RowPredicate indexInRange(String sheetName, int minInclude, int maxExclude)
public static RowPredicate indexInRange(int sheetIndex, int minInclude, int maxExclude)
public static RowPredicate isZeroHeight()
public static RowPredicate isNotZeroHeight()
public static RowPredicate isFormatted()
public static RowPredicate isNotFormatted()
Copyright © 2022. All rights reserved.