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

Print this page
rev 6273 : 8004561: Additional functional interfaces, extension methods and name changes
Summary: Adds additional functional interfaces for primitives and "Bi" (two operand). Adds utility extension methods. Includes some name changes for existing functional interfaces per EG decisions.
Reviewed-by: briangoetz

@@ -23,12 +23,12 @@
  * questions.
  */
 package java.util.function;
 
 /**
- * Apply a function to the input object yielding an appropriate {@code long}
- * value; this is the {@code long}-bearing specialization for {@link Function}.
+ * Apply a function to an input object yielding a {@code long} value; this is
+ * the {@code long}-bearing specialization for {@link Function}.
  *
  * @param <T> the type of input objects to the function
  *
  * @since 1.8
  */