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