vickumar1981 / pyeffects

Handle side-effects in Python like a boss. Implements functional types for Either, Option, Try, and Future.
Other
30 stars 6 forks source link

Add `on_failure` callback to the `Try` class #6

Closed vickumar1981 closed 1 year ago

vickumar1981 commented 4 years ago

Add an on_success callback to the Try class, so that you can call a function w/o returning a value, when the Try succeeds.

vickumar1981 commented 1 year ago

Addressed by: https://github.com/vickumar1981/pyeffects/pull/21