Thanks to visit codestin.com Credit goes to github.com
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 3d878f6 commit ab7e2d2Copy full SHA for ab7e2d2
README.md
@@ -267,7 +267,7 @@ Remember the formula example from the first section? Interface `Formula` defines
267
Default methods **cannot** be accessed from within lambda expressions. The following code does not compile:
268
269
```java
270
-Formula formula = (a) -> sqrt( a * 100);
+Formula formula = (a) -> sqrt(a * 100);
271
```
272
273
0 commit comments