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:
java.io.Serializable
,java.util.function.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 Modifier and Type Field Description private static long
serialVersionUID
private ThrowingPredicate2<T,P>
throwingPredicate2
-
Constructor Summary
Constructors Modifier Constructor Description private
ThrowingPredicate2Adapter(ThrowingPredicate2<T,P> throwingPredicate2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
safeAccept(T object, P param)
-
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 org.eclipse.collections.api.block.predicate.Predicate2
test
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
throwingPredicate2
private final ThrowingPredicate2<T,P> throwingPredicate2
-
-
Constructor Detail
-
ThrowingPredicate2Adapter
private ThrowingPredicate2Adapter(ThrowingPredicate2<T,P> throwingPredicate2)
-
-