public interface IdentityFinishCollector<T,A> extends Collector<T,A,A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IdentityFinishCollector.ConcurrentUnorderedIdentityFinishCollector<T,A> |
static interface |
IdentityFinishCollector.UnorderedIdentityFinishCollector<T,A> |
Collector.Characteristics| Modifier and Type | Method and Description |
|---|---|
default Set<Collector.Characteristics> |
characteristics() |
default Function<A,A> |
finisher() |
Licenced under the Apache License, Version 2.0