Catches and recovers from errors
Effect<A, E2, R2> catchAll<E2, R2>( Effect<A, E2, R2> Function(E) f, ) => _CatchAll(this, f);