Closed GoogleCodeExporter closed 9 years ago
Isn't this the same as Ordering.onResultOf?
http://guava-libraries.googlecode.com/svn/trunk/javadoc/com/google/common/collec
t/Ordering.html#onResultOf(com.google.common.base.Function)
Original comment by daniel.y...@gmail.com
on 18 Nov 2010 at 9:12
You might be right there, I wasn't aware of onResultOf();
Original comment by Bjorn.So...@gmail.com
on 18 Nov 2010 at 10:40
This looks fairly similar to your suggested implementation:
http://code.google.com/p/guava-libraries/source/browse/trunk/src/com/google/comm
on/collect/ByFunctionOrdering.java :-)
As @daniel.yokomizo said, you can get this via Ordering.onResultOf().
Original comment by boppenh...@google.com
on 20 Nov 2010 at 6:35
Yup, learn something new every day :)
Original comment by Bjorn.So...@gmail.com
on 20 Nov 2010 at 2:18
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:09
Original issue reported on code.google.com by
Bjorn.So...@gmail.com
on 18 Nov 2010 at 9:02