public abstract class CheckedPredicate2<T,P> extends Object implements Predicate2<T,P>
| Constructor and Description |
|---|
CheckedPredicate2() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(T item,
P param) |
abstract boolean |
safeAccept(T object,
P param) |
Copyright © 2004–2017. All rights reserved.