src/share/classes/java/util/function/LongBinaryOperator.java

Print this page
rev 7047 : 8004015: Additional static and instance utils for functional interfaces.
Reviewed-by: briangoetz

*** 42,48 **** * * @param left the left operand value * @param right the right operand value * @return the result of the operation */ ! public long applyAsLong(long left, long right); } --- 42,48 ---- * * @param left the left operand value * @param right the right operand value * @return the result of the operation */ ! long applyAsLong(long left, long right); }