public abstract class CheckedPredicate<T> extends Object implements Predicate<T>, ThrowingPredicate<T>
Constructor and Description |
---|
CheckedPredicate() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(T anObject) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
safeAccept
Copyright © 2004–2016. All rights reserved.