We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1dfba commit c64b29cCopy full SHA for c64b29c
functionalInterfaces/FunctionalInterfacesExample.java
@@ -11,6 +11,7 @@
11
* The FunctionalInterfacesExample class demonstrates the use of built-in
12
* functional interfaces in Java such as Consumer, Predicate, Function, and
13
* Supplier.
14
+ * (https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/function/package-summary.html)
15
*/
16
public class FunctionalInterfacesExample {
17
0 commit comments