Home | History | Annotate | Download | only in stream

Lines Matching defs:combiner

150         private final BinaryOperator<A> combiner;
156 BinaryOperator<A> combiner,
161 this.combiner = combiner;
168 BinaryOperator<A> combiner,
170 this(supplier, accumulator, combiner, castingIdentity(), characteristics);
184 public BinaryOperator<A> combiner() {
185 return combiner;
356 downstream.combiner(), downstream.finisher(),
392 downstream.combiner(),
788 * pipelines, the {@code combiner} function operates by merging the keys
832 * pipelines, the {@code combiner} function operates by merging the keys
879 * pipelines, the {@code combiner} function operates by merging the keys
911 BinaryOperator<Map<K, A>> merger = Collectors.<K, A, Map<K, A>>mapMerger(downstream.combiner());
1057 BinaryOperator<ConcurrentMap<K, A>> merger = Collectors.<K, A, ConcurrentMap<K, A>>mapMerger(downstream.combiner());
1140 BinaryOperator<A> op = downstream.combiner();
1190 * pipelines, the {@code combiner} function operates by merging the keys
1243 * pipelines, the {@code combiner} function operates by merging the keys
1287 * pipelines, the {@code combiner} function operates by merging the keys