java.lang.Object
org.simpleflatmapper.util.ImmutableSetCollector<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 set.
Equivalent to a Collectors.toSet().