| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
static <T,U> BiPredicate<T,U> |
Fn.BiPredicates.alwaysFalse() |
static <T,U> BiPredicate<T,U> |
Fn.BiPredicates.alwaysTrue() |
static <T,U> BiPredicate<T,U> |
Fn.and(BiPredicate<? super T,? super U> first,
BiPredicate<? super T,? super U> second) |
static <T,U> BiPredicate<T,U> |
Fn.and(BiPredicate<? super T,? super U> first,
BiPredicate<? super T,? super U> second,
BiPredicate<? super T,? super U> third) |
static <T,U> BiPredicate<T,U> |
Fn.and(List<BiPredicate<? super T,? super U>> c) |
static <T,U> BiPredicate<T,U> |
Fn.equal() |
static <T,U> BiPredicate<T,U> |
Fn.filterThenLimit(BiPredicate<T,U> predicate,
int limit)
Returns a stateful
Predicate. |
static <T extends Comparable<? super T>> |
Fn.greaterEqual() |
static <T extends Comparable<? super T>> |
Fn.greaterThan() |
static <T,U> BiPredicate<T,U> |
Fn.BiPredicates.indexed(IndexedBiPredicate<T,U> predicate)
Returns a stateful
BiPredicate. |
static <T extends Comparable<? super T>> |
Fn.lessEqual() |
static <T extends Comparable<? super T>> |
Fn.lessThan() |
static <T,U> BiPredicate<T,U> |
Fn.limitThenFilter(int limit,
BiPredicate<T,U> predicate)
Returns a stateful
Predicate. |
static <T,U> BiPredicate<T,U> |
Fn.not(BiPredicate<T,U> biPredicate) |
static <T,U> BiPredicate<T,U> |
Fn.notEqual() |
static <T,U> BiPredicate<T,U> |
Fn.or(BiPredicate<? super T,? super U> first,
BiPredicate<? super T,? super U> second) |
static <T,U> BiPredicate<T,U> |
Fn.or(BiPredicate<? super T,? super U> first,
BiPredicate<? super T,? super U> second,
BiPredicate<? super T,? super U> third) |
static <T,U> BiPredicate<T,U> |
Fn.or(List<BiPredicate<? super T,? super U>> c) |
static <A,T,U> BiPredicate<T,U> |
Fn.p(A a,
TriPredicate<A,T,U> triPredicate) |
static <T,U> BiPredicate<T,U> |
Fn.p(BiPredicate<T,U> biPredicate) |
static <A,T,U,E extends Exception> |
Fn.pp(A a,
Throwables.TriPredicate<A,T,U,E> triPredicate) |
static <T,U,E extends Exception> |
Fn.pp(Throwables.BiPredicate<T,U,E> biPredicate) |
static <T,U> BiPredicate<T,U> |
Fn.sp(Object mutex,
BiPredicate<T,U> biPredicate)
Synchronized
BiPredicate. |
| Modifier and Type | Method and Description |
|---|---|
static <T,U> BiPredicate<T,U> |
Fn.and(BiPredicate<? super T,? super U> first,
BiPredicate<? super T,? super U> second) |
static <T,U> BiPredicate<T,U> |
Fn.and(BiPredicate<? super T,? super U> first,
BiPredicate<? super T,? super U> second) |
static <T,U> BiPredicate<T,U> |
Fn.and(BiPredicate<? super T,? super U> first,
BiPredicate<? super T,? super U> second,
BiPredicate<? super T,? super U> third) |
static <T,U> BiPredicate<T,U> |
Fn.and(BiPredicate<? super T,? super U> first,
BiPredicate<? super T,? super U> second,
BiPredicate<? super T,? super U> third) |
static <T,U> BiPredicate<T,U> |
Fn.and(BiPredicate<? super T,? super U> first,
BiPredicate<? super T,? super U> second,
BiPredicate<? super T,? super U> third) |
static <T,U> BiPredicate<T,U> |
Fn.filterThenLimit(BiPredicate<T,U> predicate,
int limit)
Returns a stateful
Predicate. |
static <T,U> ObjIterator<T> |
Iterators.generate(U init,
BiPredicate<? super U,T> hasNext,
BiFunction<? super U,T,T> supplier) |
static <T,U> BiPredicate<T,U> |
Fn.limitThenFilter(int limit,
BiPredicate<T,U> predicate)
Returns a stateful
Predicate. |
static <T,U> BiPredicate<T,U> |
Fn.not(BiPredicate<T,U> biPredicate) |
static <R> Retry<R> |
Retry.of(int retryTimes,
long retryInterval,
BiPredicate<? super R,? super Exception> retryCondition) |
static <R> Retry.RetryR<R> |
Retry.RetryR.of(int retryTimes,
long retryInterval,
BiPredicate<? super R,? super RuntimeException> retryCondition) |
static <T> Wrapper<T> |
Wrapper.of(T value,
ToIntFunction<? super T> hashFunction,
BiPredicate<? super T,? super T> equalsFunction) |
static <T> Wrapper<T> |
Wrapper.of(T value,
ToIntFunction<? super T> hashFunction,
BiPredicate<? super T,? super T> equalsFunction,
Function<? super T,String> toStringFunction) |
static <T,U> BiPredicate<T,U> |
Fn.or(BiPredicate<? super T,? super U> first,
BiPredicate<? super T,? super U> second) |
static <T,U> BiPredicate<T,U> |
Fn.or(BiPredicate<? super T,? super U> first,
BiPredicate<? super T,? super U> second) |
static <T,U> BiPredicate<T,U> |
Fn.or(BiPredicate<? super T,? super U> first,
BiPredicate<? super T,? super U> second,
BiPredicate<? super T,? super U> third) |
static <T,U> BiPredicate<T,U> |
Fn.or(BiPredicate<? super T,? super U> first,
BiPredicate<? super T,? super U> second,
BiPredicate<? super T,? super U> third) |
static <T,U> BiPredicate<T,U> |
Fn.or(BiPredicate<? super T,? super U> first,
BiPredicate<? super T,? super U> second,
BiPredicate<? super T,? super U> third) |
static <A,T> Predicate<T> |
Fn.p(A a,
BiPredicate<A,T> biPredicate) |
static <K,V> Predicate<Map.Entry<K,V>> |
Fn.Entries.p(BiPredicate<? super K,? super V> p) |
static <T,U> BiPredicate<T,U> |
Fn.p(BiPredicate<T,U> biPredicate) |
static <A,T,E extends Throwable> |
Fn.Fnn.pp(A a,
BiPredicate<A,T> biPredicate) |
static <T,U,E extends Throwable> |
Fn.Fnn.pp(BiPredicate<T,U> biPredicate) |
static <A,T> Predicate<T> |
Fn.sp(Object mutex,
A a,
BiPredicate<A,T> biPredicate)
Synchronized
Predicate. |
static <T,U> BiPredicate<T,U> |
Fn.sp(Object mutex,
BiPredicate<T,U> biPredicate)
Synchronized
BiPredicate. |
static <K,V> Predicate<Map.Entry<K,V>> |
Fn.testKeyVal(BiPredicate<? super K,? super V> predicate)
Test key val.
|
static <T> Function<T,Wrapper<T>> |
Fn.wrap(ToIntFunction<? super T> hashFunction,
BiPredicate<? super T,? super T> equalsFunction) |
| Modifier and Type | Method and Description |
|---|---|
static <T,U> BiPredicate<T,U> |
Fn.and(List<BiPredicate<? super T,? super U>> c) |
static <T,U> BiPredicate<T,U> |
Fn.or(List<BiPredicate<? super T,? super U>> c) |
Copyright © 2021. All rights reserved.