| Package | Description |
|---|---|
| com.pivovarit.function |
The
com.pivovarit.function package contains checked equivalents of the java.util.function package |
| Modifier and Type | Method and Description |
|---|---|
default ThrowingBiPredicate<T,U,E> |
ThrowingBiPredicate.and(ThrowingBiPredicate<? super T,? super U,? extends E> other) |
default ThrowingBiPredicate<T,U,E> |
ThrowingBiPredicate.negate() |
default ThrowingBiPredicate<T,U,E> |
ThrowingBiPredicate.or(ThrowingBiPredicate<? super T,? super U,? extends E> other) |
default ThrowingBiPredicate<T,U,E> |
ThrowingBiPredicate.xor(ThrowingBiPredicate<? super T,? super U,? extends E> other) |
| Modifier and Type | Method and Description |
|---|---|
default ThrowingBiPredicate<T,U,E> |
ThrowingBiPredicate.and(ThrowingBiPredicate<? super T,? super U,? extends E> other) |
default ThrowingBiPredicate<T,U,E> |
ThrowingBiPredicate.or(ThrowingBiPredicate<? super T,? super U,? extends E> other) |
static <T,U> BiPredicate<T,U> |
ThrowingBiPredicate.sneaky(ThrowingBiPredicate<T,U,?> predicate) |
static <T,U> BiPredicate<T,U> |
ThrowingBiPredicate.unchecked(ThrowingBiPredicate<T,U,?> predicate) |
default ThrowingBiPredicate<T,U,E> |
ThrowingBiPredicate.xor(ThrowingBiPredicate<? super T,? super U,? extends E> other) |
Copyright © 2020. All rights reserved.