| Package | Description |
|---|---|
| org.n52.janmayen.exception | |
| org.n52.janmayen.function |
| Modifier and Type | Method and Description |
|---|---|
<T,X extends Exception> |
CompositeException.test(ThrowingPredicate<T,X> predicate,
boolean defaultValue,
T t) |
<T,X extends Exception> |
CompositeException.wrapPredicate(ThrowingPredicate<T,X> predicate,
boolean defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
default ThrowingPredicate<T,X> |
ThrowingPredicate.and(ThrowingPredicate<? super T,? extends X> other)
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
|
default ThrowingPredicate<U,X> |
ThrowingBiPredicate.curryFirst(T t)
Create a
ThrowingPredicate by currying the first parameter |
default ThrowingPredicate<T,X> |
ThrowingBiPredicate.currySecond(U u)
Create a
ThrowingPredicate by currying the second parameter |
default ThrowingPredicate<T,X> |
ThrowingPredicate.negate()
Returns a predicate that represents the logical negation of this predicate.
|
default ThrowingPredicate<T,X> |
ThrowingPredicate.or(ThrowingPredicate<? super T,? extends X> other)
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
|
| Modifier and Type | Method and Description |
|---|---|
default ThrowingPredicate<T,X> |
ThrowingPredicate.and(ThrowingPredicate<? super T,? extends X> other)
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
|
default ThrowingPredicate<T,X> |
ThrowingPredicate.or(ThrowingPredicate<? super T,? extends X> other)
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
|
Copyright © 2015–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.