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