We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38eb502 commit e32b06cCopy full SHA for e32b06c
src/com/mvpjava/OptionalDemo.java
@@ -20,8 +20,8 @@ public static void main(String[] args) {
20
OptionalDemo demo = new OptionalDemo();
21
// Un-comment one at a time as per tutorial
22
23
-// demo.theProblem();
24
-// demo.theSolutionInTherory();
+ demo.theProblem();
+// demo.theSolutionInTherory();
25
// demo.HowToCreateOptionals();
26
// demo.getValuesOutOfOptionalsUnguarded();
27
// demo.HowToRetrieveValuesFromOptionalSimpleImperative();
0 commit comments