Quite often I find myself wanting to "check" some ...
# arrow
s
Quite often I find myself wanting to "check" some logic, but without a return value if the logic succeeds. Like say "validateXXX". I tend to return Try<Unit>. Is there a better idiom for this ?