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_success` callback to `Try` class #5

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.