Closed GoogleCodeExporter closed 9 years ago
This sort of thing is most generally useful for mapping by "latest/earliest"
value per
calculated key, but affords itself to other uses (e.g. implementation of
first/last in
wins and other filterable criteria)
Original comment by stephen....@gmail.com
on 24 Feb 2010 at 2:21
Also, just to make sure we're not just chasing after a sorted-set-multimap
first idea,
it's good for set functions (sums, averages etc)
Original comment by stephen....@gmail.com
on 24 Feb 2010 at 2:57
Original comment by fry@google.com
on 28 Jan 2011 at 3:59
Original comment by kevinb@google.com
on 13 Jul 2011 at 6:18
We are not in favor of taking Guava further in this functional direction and
are holding off on adding any new functional types like Consumer,Reducer,etc.
You might want to use Functional Java (but that's not a recommendation).
The world will look much different in Java 8 and will be much friendlier to
this style of programming.
Original comment by kevinb@google.com
on 28 Jul 2011 at 8:29
This issue has been migrated to GitHub.
It can be found at https://github.com/google/guava/issues/<id>
Original comment by cgdecker@google.com
on 1 Nov 2014 at 4:15
Original comment by cgdecker@google.com
on 3 Nov 2014 at 9:10
Original issue reported on code.google.com by
stephen....@gmail.com
on 24 Feb 2010 at 2:15