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

    Modifier and Type Method Description
    void accept​(T t)
    Performs the processing operation on the given argument.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait