Class Predicates.ThrowingPredicateAdapter<T>
java.lang.Object
org.eclipse.collections.impl.block.predicate.checked.CheckedPredicate<T>
org.eclipse.collections.impl.block.factory.Predicates.ThrowingPredicateAdapter<T>
- All Implemented Interfaces:
Serializable
,Predicate<T>
,Predicate<T>
,ThrowingPredicate<T>
- Enclosing class:
Predicates<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ThrowingPredicateAdapter
(ThrowingPredicate<T> throwingPredicate) -
Method Summary
Methods inherited from class org.eclipse.collections.impl.block.predicate.checked.CheckedPredicate
accept
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
throwingPredicate
-
-
Constructor Details
-
ThrowingPredicateAdapter
-
-
Method Details
-
safeAccept
- Throws:
Exception
-