public final class StringConcatCellConsumer<RH extends org.simpleflatmapper.util.CheckedConsumer<? super String>> extends Object implements CellConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
end() |
boolean |
endOfRow() |
RH |
handler() |
void |
newCell(char[] chars,
int offset,
int length) |
static <RH extends org.simpleflatmapper.util.CheckedConsumer<? super String>> |
newInstance(RH consumer,
char separatorChar) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic void newCell(char[] chars,
int offset,
int length)
newCell in interface CellConsumerpublic boolean endOfRow()
endOfRow in interface CellConsumerpublic RH handler()
public void end()
end in interface CellConsumerpublic static <RH extends org.simpleflatmapper.util.CheckedConsumer<? super String>> StringConcatCellConsumer<RH> newInstance(RH consumer, char separatorChar)
Copyright © 2016. All rights reserved.