Combiner -> BiFunction? (original) (raw)
Brian Goetz brian.goetz at oracle.com
Mon Dec 10 08:03:29 PST 2012
- Previous message: groupBy / reduceBy
- Next message: Combiner -> BiFunction?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Are we OK with just merging Combiner into BiFunction? Both are the same signature: (T,U) -> V.
Ordinarily I don't mind having specialized names if the name carries extra meaning, but I'm not sure this one does.
- Previous message: groupBy / reduceBy
- Next message: Combiner -> BiFunction?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the lambda-libs-spec-experts mailing list