pivovarit / throwing-function

Checked Exceptions-enabled Java 8+ functional interfaces + adapters
Apache License 2.0
365 stars 60 forks source link

add ThrowingToLongFunction #158

Closed azplanlos closed 1 year ago

azplanlos commented 1 year ago

I added a functional Interface for ThrowingToLongFunction to be used in Stream<>.mapToLong(). Please see Test for a simple example.

pivovarit commented 1 year ago

I need to figure out why GitHub Actions did not kick in for this one... and then we should be good to merge.