public interface ICollector<T> extends Collector
Modifier and Type | Method and Description |
---|---|
DataPartition<T> |
get()
get the collected valued
|
default DataPartition<T> |
get(java.lang.String name)
get the collected valued
|
getCollectibleNames
DataPartition<T> get()
default DataPartition<T> get(java.lang.String name)