| 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 ThrowingPredicate<T,E> |
ThrowingPredicate.and(ThrowingPredicate<? super T,? extends E> other) |
default ThrowingPredicate<T,E> |
ThrowingPredicate.negate() |
default ThrowingPredicate<T,E> |
ThrowingPredicate.or(ThrowingPredicate<? super T,? extends E> other) |
default ThrowingPredicate<T,E> |
ThrowingPredicate.xor(ThrowingPredicate<? super T,? extends E> other) |
| Modifier and Type | Method and Description |
|---|---|
default ThrowingPredicate<T,E> |
ThrowingPredicate.and(ThrowingPredicate<? super T,? extends E> other) |
default ThrowingPredicate<T,E> |
ThrowingPredicate.or(ThrowingPredicate<? super T,? extends E> other) |
static <T> Predicate<T> |
ThrowingPredicate.sneaky(ThrowingPredicate<T,?> predicate) |
static <T> Predicate<T> |
ThrowingPredicate.unchecked(ThrowingPredicate<T,?> predicate) |
default ThrowingPredicate<T,E> |
ThrowingPredicate.xor(ThrowingPredicate<? super T,? extends E> other) |
Copyright © 2020. All rights reserved.