All Known Implementing Classes:
CellConsumerCapture, CellConsumerFixLengthToCheckConsumer, IgnoreCellConsumer, NullCellConsumer, StringArrayCellConsumer, StringArrayCellConsumerNoCopyFixedLength, YamlCellPreProcessor.CommentConsumer, YamlCellPreProcessor.YamlCellConsumer
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface CellConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    end()
     
    default boolean
     
    void
    newCell(char[] chars, int offset, int length)
     
     
  • Method Details

    • newCell

      void newCell(char[] chars, int offset, int length)
    • endOfRow

      default boolean endOfRow()
    • end

      default void end()
    • of

      static CellConsumer of(Consumer<String> c)