IntBinaryOperator.applyAsInt()

Zhong Yu zhong.j.yu at gmail.com
Tue Feb 26 18:55:42 PST 2013


       public interface IntBinaryOperator {

           public int applyAsInt(int left, int right);

The method name seems quite verbose; any reason why it's not simply "apply"?

Same for Long, Double, and Unary.

Zhong Yu


More information about the lambda-dev mailing list