java.lang.Object
org.simpleflatmapper.util.ImmutableListCollector<T>
- Type Parameters:
T- the type of the callback argument
- All Implemented Interfaces:
Consumer<T>,CheckedConsumer<T>,Consumer<T>
Implementation of
Consumer that collect all the value into a list.
Equivalent to a Collectors.toList().