Skip to content

Commit c64b29c

Browse files
committed
added few lines
1 parent 0f1dfba commit c64b29c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

functionalInterfaces/FunctionalInterfacesExample.java

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* The FunctionalInterfacesExample class demonstrates the use of built-in
1212
* functional interfaces in Java such as Consumer, Predicate, Function, and
1313
* Supplier.
14+
* (https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/function/package-summary.html)
1415
*/
1516
public class FunctionalInterfacesExample {
1617

0 commit comments

Comments
 (0)