GitHub user asciborek opened a pull request:

    https://github.com/apache/commons-lang/pull/385

    WIP: CheckedFunction utils

    This is an example of utils which I would like to create. Purpose of 
interfaces like this is to simplify usage of java streams

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/asciborek/commons-lang LANG_1424

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-lang/pull/385.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #385
    
----
commit e5c3f15b0505f3aec7e735932707afb084118695
Author: Aleksander Sciborek <aleksandersciborek@...>
Date:   2018-11-18T21:25:52Z

    [LANG_1424] implement CheckedFunction - a counterpat of 
java.util.function.Function which throws a checked exception in apply method

----


---

Reply via email to