Returns true if the result is Err and the value inside of it matches a predicate.
@override bool isErrAnd(bool Function(F) fn) => fn(err);