Predicate@Deprecated @FunctionalInterface public interface DeciderIF<T> extends Predicate<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
ok(T object)
Deprecated.
PUBLIC: Returns true if the object is accepted.
|
default boolean |
test(T object)
Deprecated.
|