Class Predicates2.ThrowingPredicate2Adapter<T,P>
java.lang.Object
org.eclipse.collections.impl.block.predicate.checked.CheckedPredicate2<T,P>
org.eclipse.collections.impl.block.factory.Predicates2.ThrowingPredicate2Adapter<T,P>
- All Implemented Interfaces:
Serializable, BiPredicate<T,P>, Predicate2<T, P>, ThrowingPredicate2<T, P>
- Enclosing class:
Predicates2<T,P>
private static final class Predicates2.ThrowingPredicate2Adapter<T,P>
extends CheckedPredicate2<T,P>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateThrowingPredicate2Adapter(ThrowingPredicate2<T, P> throwingPredicate2) -
Method Summary
Methods inherited from class CheckedPredicate2
acceptMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BiPredicate
and, negate, orMethods inherited from interface Predicate2
test
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
throwingPredicate2
-
-
Constructor Details
-
ThrowingPredicate2Adapter
-
-
Method Details
-
safeAccept
-