Closed
Description
Within the framework and portfolio projects we often need to deal with checked exceptions inside the body of a Function
, Supplier
, Consumer
, etc. This usually involves writing try
/catch
blocks inside the body. Since exception handling is usually also handled by the framework, it would be nice if we could offer Throwing...
versions of common functional interfaces that do the wrapping for us.