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
ConstructorsModifierConstructorDescriptionprivate
ThrowingPredicate2Adapter
(ThrowingPredicate2<T, P> throwingPredicate2) -
Method Summary
Methods inherited from class org.eclipse.collections.impl.block.predicate.checked.CheckedPredicate2
accept
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiPredicate
and, negate, or
Methods inherited from interface org.eclipse.collections.api.block.predicate.Predicate2
test
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
throwingPredicate2
-
-
Constructor Details
-
ThrowingPredicate2Adapter
-
-
Method Details
-
safeAccept
- Throws:
Exception
-