You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
…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
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.
The text was updated successfully, but these errors were encountered: