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

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

*** 40,46 **** * Compute the result of applying the function to the input arguments. * * @param t the input object * @return the function result value */ ! public long applyAsLong(T t); } --- 40,46 ---- * Compute the result of applying the function to the input arguments. * * @param t the input object * @return the function result value */ ! long applyAsLong(T t); }