Collector.Characteristics| Constructor and Description |
|---|
EventFilter(Class<T> eventClass,
Predicate<T> filter) |
| Modifier and Type | Method and Description |
|---|---|
BiConsumer<List<T>,Event> |
accumulator() |
Set<Collector.Characteristics> |
characteristics() |
BinaryOperator<List<T>> |
combiner() |
Function<List<T>,Stream<T>> |
finisher() |
Supplier<List<T>> |
supplier() |
Copyright © 2017. All rights reserved.