public interface IndexedPredicate<T> extends Throwables.IndexedPredicate<T,RuntimeException>
| Modifier and Type | Method and Description |
|---|---|
default IndexedPredicate<T> |
and(IndexedPredicate<? super T> other) |
default IndexedPredicate<T> |
negate() |
default IndexedPredicate<T> |
or(IndexedPredicate<? super T> other) |
boolean |
test(int idx,
T e) |
boolean test(int idx,
T e)
test in interface Throwables.IndexedPredicate<T,RuntimeException>default IndexedPredicate<T> negate()
default IndexedPredicate<T> and(IndexedPredicate<? super T> other)
default IndexedPredicate<T> or(IndexedPredicate<? super T> other)
Copyright © 2021. All rights reserved.