res 1.5.2 res: ^1.5.2 copied to clipboard
Result class that stops errors from throwing by returning either a value or an error
1.5.2 #
- minor fixes
1.5.1 #
- fix Future
1.5.0 #
- add Result.of
- add Result.ofFuture
1.4.0 #
- add flatMap
1.3.0 #
- add isNotError getter
- value can be nullable
1.2.1 #
- add toString method
1.2.0 #
- add fromAsyncCallback for
Future Function()
1.1.0 #
- fromFuture can also take a
Future Function()
1.0.1 #
- Format files
1.0.0 #
- Initial version.