从 Set 接口中进行查找。对于字符串集合来说不感兴趣。
String? lookup(Object? value) => contains(value) ? value as String : null;