diff --git a/proposals/stdlib/group-and-fold.md b/proposals/stdlib/group-and-fold.md index ca22d6f7a..3d427f549 100644 --- a/proposals/stdlib/group-and-fold.md +++ b/proposals/stdlib/group-and-fold.md @@ -203,3 +203,5 @@ The operation returns `Map`, where `K` is the type of the key and `R` is t * If we do not provide some forms, evaluate whether they could be introduced later. * Converting collection operations to folds can be error-prone, maybe we should provide some standard reducer functions, such as Count, Sum etc. +* In Java 8 it is possible to engage standard Collectors API by providing the operation + `Grouping.collectEach(Collector)`