Skip to content

Commit eb26bcc

Browse files
Feature: Added a java doc link for optional.
1 parent eb97982 commit eb26bcc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ Similarly, a BiFunction _incrementByOneAndMultiplyBiFunction_ is also created wh
193193
- [7](https://codeburst.io/declarative-vs-imperative-programming-a8a7c93d9ad2): Declarative vs Imperative Programming
194194
- [8](https://mkyong.com/tutorials/java-8-tutorials/): Java 8 Tutorials(From Mkyong)
195195
- [9](https://stackoverflow.com/questions/8736378/what-is-a-callback-in-java): What is a callback function?
196+
- [10](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html): Optional **(JavaDoc)**
196197

197198

198199

notes.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
55
Some methods used in the project:
66

7-
- **Function<T,R>**: Represents a function that accepts one argument and produces a result.
8-
- **BiFunction<T,U,R>**: Represents a function that accepts two arguments and produces a result.
97

108

119
- **Predicate<T>**: Represents a predicate(boolean-valued function) of one argument.

0 commit comments

Comments
 (0)