public interface IObjectProcessor<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
processObject(T object)
Process the given object and return true if processing should be continued,
otherwise false.
|
boolean processObject(T object)
object - The object to be processed (null must be handled)