Skip to content

Add Throwable functional interfaces #28417

Closed
@philwebb

Description

@philwebb

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.

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions