Interface CellConsumer
- 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.
-
Method Summary
-
Method Details
-
newCell
void newCell(char[] chars, int offset, int length) -
endOfRow
default boolean endOfRow() -
end
default void end() -
of
-