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
This release adds the Maybe construct to the utils package; a Maybe carries either a T or an Exception (similar to Scalas Try), and allows a more functional approach to exception handling and method chaining, in particular under the presence of checked exceptions.