Collector.ArrayListCollector<E>, Collector.NullSkipper<E,L>| Constructor and Description |
|---|
NullSkipper(Collector<E,L> underlying) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(E element) |
L |
finish() |
static <E,L> Collector<E,L> |
mk(Collector<E,L> underlying) |