Returns true if the result is Ok and the value inside of it matches a predicate.
@override @pragma("vm:prefer-inline") bool isOkAnd(bool Function(S) fn) => false;