public static class ContextUtil.IsInContextFilter extends java.lang.Object implements Filter<ContextUtil.ContextResult>
ContextUtil.ContextResult
:s and return only those
that return true from ContextUtil.ContextResult.isInContext()
.Constructor and Description |
---|
ContextUtil.IsInContextFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(ContextUtil.ContextResult result)
Evaluate if the given object should pass the filter or not.
|
public boolean evaluate(ContextUtil.ContextResult result)
Filter
evaluate
in interface Filter<ContextUtil.ContextResult>
result
- The object to evaluate