Protected constructorConstruct a Null EntryProcessor.
Static Readonly INSTANCESingleton NullProcessor instance.
Returns a CompositeProcessor comprised of this and the provided processor.
a CompositeProcessor comprised of this and the provided processor
the next processor
Returns a ConditionalProcessor comprised of this processor and the provided filter.
The specified entry processor gets invoked if and only if the filter
applied to the entry evaluates to true; otherwise the
result of the invocation will return null.
the filter
Put entry processor.
An implementation of an EntryProcessor that does nothing and returns
trueas a result of execution.