Class CheckedPredicate<T>
java.lang.Object
org.eclipse.collections.impl.block.predicate.checked.CheckedPredicate<T>
- All Implemented Interfaces:
Serializable,Predicate<T>,Predicate<T>,ThrowingPredicate<T>
- Direct Known Subclasses:
Predicates.ThrowingPredicateAdapter
public abstract class CheckedPredicate<T>
extends Object
implements Predicate<T>, ThrowingPredicate<T>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.collections.impl.block.predicate.checked.ThrowingPredicate
safeAccept