Returns true if the option is a Some and the value inside of it matches a predicate.
@override bool isSomeAnd(bool Function(T self) f) { return f(v); }