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