bool isExists(bool Function(T element) test) { try { return find(test) != null; } catch (e) { return false; } }