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>
public abstract class CheckedPredicate<T> extends Object implements Predicate<T>, ThrowingPredicate<T>
- See Also:
 - Serialized Form
 
- 
Constructor Summary
Constructors Constructor Description CheckedPredicate() - 
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.collections.impl.block.predicate.checked.ThrowingPredicate
safeAccept 
- 
Constructor Details
- 
CheckedPredicate
public CheckedPredicate() 
 - 
 - 
Method Details