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