0.3.0
Version 0.3.0
-
General:
- Add missing JetBrains annotations.
-
Maybe:
- Add explicit and implicit converters to Result/Result<T>/CustomResult<TError>/Result<T, TError>.
-
Results:
- Result can now always embed an Exception (for Warning and Failure).
- Add scopes to safely return a Result of any type.
- Add explicit and implicit converters to Maybe.