try package:effectful-core
A variant of
try that fully forces evaluation of the result
value to find all impure exceptions.
try specialized to catch
IOException.
Catch an exception only if it satisfies a specific predicate.
A variant of
trySync that fully forces evaluation of the result
value to find all impure exceptions.