public abstract class CheckedPredicate<T> extends Object implements Predicate<T>
Constructor and Description |
---|
CheckedPredicate() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(T anObject) |
abstract boolean |
safeAccept(T object) |
Copyright © 2004–2019. All rights reserved.