@Deprecated public class NotDecider<T> extends Object implements DeciderIF<T>
| Modifier and Type | Field and Description |
|---|---|
protected DeciderIF<? super T> |
decider
Deprecated.
|
| Constructor and Description |
|---|
NotDecider(DeciderIF<? super T> decider)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ok(T object)
Deprecated.
PUBLIC: Returns true if the object is accepted.
|