We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee747a commit 38eb502Copy full SHA for 38eb502
1 file changed
src/com/mvpjava/OUTLINE
@@ -12,7 +12,7 @@ Blog Post: mvpjava.com
12
- When not to use Optional
13
14
- Imperative vs. Functional Style
15
- - PART 1: ifPresentOrElse, map
+ - PART 1: isPresent, get, ifPresentOrElse, map
16
- PART 2: orElse, orElseGet, or, orElseThrow,
17
List<Optional<T>>,
18
flatMap, stream etc ..
0 commit comments