|
|
|
|
|
by dwaite
2378 days ago
|
|
Proper Either/Result would fix some of the exception problems with lambdas in Java, though. It also allows the exceptional behavior to be defined and to be controlled by the developer, one thing that you don't really have today when throwing RuntimeExceptions with say Stream APIs. |
|