Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change to use UncheckedIOException and un-checked exceptions #1699

Closed
alexec opened this issue Aug 23, 2023 · 1 comment
Closed

Change to use UncheckedIOException and un-checked exceptions #1699

alexec opened this issue Aug 23, 2023 · 1 comment

Comments

@alexec
Copy link

alexec commented Aug 23, 2023

I know this is probably many changes, but it will make the code easier to use with Java streams.

I'm doing data analysis with this library, so I'm using streams extensively. You cannot throw checked exceptions in streams. What could be an elegant one liner becomes and ugly 5 line try-catch block.

@bitwiseman
Copy link
Member

bitwiseman commented Aug 24, 2023

Duplicate of #1658. As I said there, I'm open to adding methods to support this as long as we do not make binary breaking changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants