Package es.uvigo.esei.sing.textproc.step
Class AbstractProcessingStep.NullProcessingConsumer<T>
java.lang.Object
es.uvigo.esei.sing.textproc.step.AbstractProcessingStep.NullProcessingConsumer<T>
- Type Parameters:
T
- The type of objects consumed by this consumer.
- All Implemented Interfaces:
AbstractProcessingStep.ProcessingConsumer<T>
- Enclosing class:
- AbstractProcessingStep
public static final class AbstractProcessingStep.NullProcessingConsumer<T> extends java.lang.Object implements AbstractProcessingStep.ProcessingConsumer<T>
A processing consumer that does nothing. It never throws exceptions.
- Author:
- Alejandro González García
-
Constructor Summary
Constructors Constructor Description NullProcessingConsumer()
-
Method Summary
-
Constructor Details
-
Method Details
-
accept
Description copied from interface:AbstractProcessingStep.ProcessingConsumer
Performs the processing operation on the given argument.- Specified by:
accept
in interfaceAbstractProcessingStep.ProcessingConsumer<T>
- Parameters:
t
- The input argument.- Throws:
ProcessingException
-