|
|
|
|
|
by erik_seaberg
1521 days ago
|
|
Unchecked exceptions work fine. Basic stuff like stream.map(f) is unusable when f throws any checked exception, so the Java world largely stopped declaring them. I consider it a miss in Java’s generics when lambdas and method refs were added. |
|