| Package | Description |
|---|---|
| org.sellcom.core.util.function |
| Modifier and Type | Method | Description |
|---|---|---|
default ThrowingIntPredicate |
ThrowingIntPredicate.orThrow(java.lang.Class<? extends java.lang.RuntimeException> exceptionClass) |
Returns a
ThrowingIntPredicate throwing an exception of the given type if this predicate throws an exception. |
default ThrowingIntPredicate |
ThrowingIntPredicate.orThrow(java.lang.Class<? extends java.lang.RuntimeException> exceptionClass,
java.lang.String message) |
Returns a
ThrowingIntPredicate throwing an exception of the given type if this predicate throws an exception. |
default ThrowingIntPredicate |
ThrowingIntPredicate.orTryWith(ThrowingIntPredicate other) |
Returns a
ThrowingIntPredicate evaluating the given predicate on the argument if this predicate throws an exception. |
default ThrowingIntPredicate |
ThrowingIntPredicate.orTryWith(ThrowingIntPredicate other,
java.util.function.Consumer<java.lang.Exception> exceptionConsumer) |
Returns a
ThrowingIntPredicate evaluating the given predicate on the argument if this predicate throws an exception. |
| Modifier and Type | Method | Description |
|---|---|---|
default ThrowingIntPredicate |
ThrowingIntPredicate.orTryWith(ThrowingIntPredicate other) |
Returns a
ThrowingIntPredicate evaluating the given predicate on the argument if this predicate throws an exception. |
default ThrowingIntPredicate |
ThrowingIntPredicate.orTryWith(ThrowingIntPredicate other,
java.util.function.Consumer<java.lang.Exception> exceptionConsumer) |
Returns a
ThrowingIntPredicate evaluating the given predicate on the argument if this predicate throws an exception. |