Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Add teeingCollector to MiscellaneousApiProvider #44

@tlinkowski

Description

@tlinkowski
  /**
   * Equivalent of {@link Collectors#teeing(Collector, Collector, BiFunction)}.
   */
  <T, R1, R2, R> Collector<T, ?, R> teeingCollector(Collector<? super T, ?, R1> downstream1,
          Collector<? super T, ?, R2> downstream2, BiFunction<? super R1, ? super R2, R> merger);

More JDK 12 APIs:

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions