Package 

Object NullOutput

  • All Implemented Interfaces:
    io.mfj.textricator.record.output.RecordOutput , java.io.Closeable , java.lang.AutoCloseable

    
    public class NullOutput
     implements RecordOutput
                        

    Run through the records but do not do anything with them.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static NullOutput INSTANCE
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit write(Sequence<Record> seq)
      Unit write(ReceiveChannel<Record> channel)
      Unit close()
      • Methods inherited from class java.lang.Object

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