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 fb3acc0 commit 6ecba07Copy full SHA for 6ecba07
README.md
@@ -94,8 +94,7 @@ And without wrapping `Exception` into a `RuntimeException`. Basically you can th
94
95
void example() {
96
Stream.of("https:/www.example.org")
97
- // get rid of code polition with try catch block
98
- // and ugly exception wrapping
+ // get rid of code polition with try catch block and exception wrapping
99
.map(url -> unchecked(() -> new URL(url)));
100
}
101
0 commit comments