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
I wanted to simply log something when a Maybe is empty.
I could not find a proper side-effect method like doIfEmpty(Action).
Am I missing something or this by purpose?
Hi,
I wanted to simply log something when a Maybe is empty.
I could not find a proper side-effect method like
doIfEmpty(Action).Am I missing something or this by purpose?