| Package | Description |
|---|---|
| com.landawn.abacus.util | |
| com.landawn.abacus.util.function |
| Modifier and Type | Method and Description |
|---|---|
static <T,U> BiPredicate<T,U> |
Fn.BiPredicates.indexed(IndexedBiPredicate<T,U> predicate)
Returns a stateful
BiPredicate. |
| Modifier and Type | Method and Description |
|---|---|
default IndexedBiPredicate<U,T> |
IndexedBiPredicate.and(IndexedBiPredicate<? super U,? super T> other) |
default IndexedBiPredicate<U,T> |
IndexedBiPredicate.negate() |
default IndexedBiPredicate<U,T> |
IndexedBiPredicate.or(IndexedBiPredicate<? super U,? super T> other) |
| Modifier and Type | Method and Description |
|---|---|
default IndexedBiPredicate<U,T> |
IndexedBiPredicate.and(IndexedBiPredicate<? super U,? super T> other) |
default IndexedBiPredicate<U,T> |
IndexedBiPredicate.or(IndexedBiPredicate<? super U,? super T> other) |
Copyright © 2021. All rights reserved.