September 2019
Intermediate to advanced
816 pages
18h 47m
English
The final result is computed in the finisher() method. In this case, we simply return Function.identity() since the accumulator doesn't require any further transformation:
@Overridepublic Function<Map<Boolean, List<Melon>>, Map<Boolean, List<Melon>>> finisher() { return Function.identity();}