所有方法 静态方法 具体方法
| 限定符和类型 |
方法和说明 |
static <E> Predicate<E> |
allPredicate(Predicate<E>... predicates) |
static <E> Predicate<E> |
andPredicate(Predicate<E>... predicates) |
static <E> Predicate<E> |
anyPredicate(Predicate<E>... predicates) |
static <E> Predicate<E> |
booleanPredicate(boolean value) |
static <E1,E2> Predicate2<E1,E2> |
booleanPredicate2(boolean value) |
static <E1,E2> Predicate2<E1,E2> |
deepEqualsPredicate() |
static <K,V> Supplier<K,List<V>> |
emptyArrayListSupplier()
Supplier
|
static <I,E> Supplier<I,HashSet<E>> |
emptyHashSetSupplier() |
static <E> Supplier0<HashSet<E>> |
emptyHashSetSupplier0() |
static <I,E> Supplier<I,LinkedHashSet<E>> |
emptyLinkedHashSetSupplier() |
static <K,V> Supplier<K,List<V>> |
emptyLinkedListSupplier() |
static <I,V> Supplier<I,Set<V>> |
emptyTreeSetSupplier(Comparator<V> comparator) |
static <E> Supplier0<TreeSet<E>> |
emptyTreeSetSupplier0(Comparator<E> comparator) |
static <E1,E2> Predicate2<E1,E2> |
equalsPredicate() |
static <E> Predicate<E> |
falsePredicate() |
static <E1,E2> Predicate2<E1,E2> |
falsePredicate2() |
static Function2<Double,Double,Double> |
maxDoubleFunction() |
static Function2<Float,Float,Float> |
maxFloatFunction() |
static Function2<Integer,Integer,Integer> |
maxIntegerFunction() |
static Function2<Long,Long,Long> |
maxLongFunction() |
static Function2<Double,Double,Double> |
minDoubleFunction() |
static Function2<Float,Float,Float> |
minFloatFunction() |
static Function2<Integer,Integer,Integer> |
minIntegerFunction() |
static Function2<Long,Long,Long> |
minLongFunction() |
static <E> Predicate<E> |
nonNullPredicate()
Predicate
|
static <E> Function<E,E> |
noopFunction()
Function, Mapper
|
static <E> Mapper<E,E> |
noopMapper() |
static <T> Supplier<T,T> |
noopSupplier() |
static <E> Predicate<E> |
nullPredicate() |
static <E> Predicate<E> |
orPredicate(Predicate<E>... predicates) |
static Predicate<String> |
stringContainsPredicate(String cantained) |
static Function2<Double,Double,Double> |
sumDoubleFunction() |
static Function2<Float,Float,Float> |
sumFloatFunction() |
static Function2<Integer,Integer,Integer> |
sumIntegerFunction() |
static Function2<Long,Long,Long> |
sumLongFunction() |
static <E> Mapper<E,String> |
toStringFunction() |
static <E> Predicate<E> |
truePredicate() |
static <E1,E2> Predicate2<E1,E2> |
truePredicate2() |