[
https://issues.apache.org/jira/browse/LANG-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17019226#comment-17019226
]
Girish Sivakumar commented on LANG-1515:
----------------------------------------
Hi I had a written a class for this usecase as part of my regular work and
hence thought it might be a useful contribution to Apache commons as I did not
find an equivalent in Apache Commons Lang3 3.7 that we are already consuming.
When I forked the repo to add the code, I realize that Functions class already
exists in master that does this and more, so I guess this Jira can be closed.
But I don't see it in the release branch. So can you please let me know
how/when Functions can be consumed.
> A generic Fuction that can wrap functions that throw checked throwables
> -----------------------------------------------------------------------
>
> Key: LANG-1515
> URL: https://issues.apache.org/jira/browse/LANG-1515
> Project: Commons Lang
> Issue Type: New Feature
> Components: lang.*
> Reporter: Girish Sivakumar
> Priority: Minor
>
> A generic Function that can wrap functions that throw checked throwables.
> Delegate the call to a provided implementation of a functional interface that
> throws a throwable, catch any checked throwables and rethrow them wrapped in
> a RuntimeException
--
This message was sent by Atlassian Jira
(v8.3.4#803005)