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

Wrapped value (Safe) implementation (addition to Sneaky and Unchecked) #4

Open
magicprinc opened this issue Oct 17, 2022 · 0 comments

Comments

@magicprinc
Copy link
Owner

Sneaky and Unchecked throw Exceptions/Errors or could ignore them completely. It would be great to have something similar to Java's Optionally: a smart return.

Safe variants for some of the most important interfaces (like Runnable and Callable) are also desired.

magicprinc added a commit that referenced this issue Oct 17, 2022
…ecked)

Sneaky and Unchecked throw Exceptions/Errors or could ignore them completely. It would be great to have something similar to Java's Optionally: a smart return.
→ Either

Safe variants for some of the most important interfaces (like Runnable and Callable) are also desired.
→ SafeRunnable, SafeCallable
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

1 participant