public class DeciderIFWrapper<T> extends Object implements NavigatorDeciderIF<T>
Constructor and Description |
---|
DeciderIFWrapper(Predicate<T> decider)
INTERNAL: Default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ok(NavigatorPageIF contextTag,
T obj)
INTERNAL: if implemented criteria are matched: deliver true,
otherwise false.
|
public boolean ok(NavigatorPageIF contextTag, T obj)
NavigatorDeciderIF
ok
in interface NavigatorDeciderIF<T>