void removeWhere(bool Function(T t, Set<T> currSet) condition) => change(() => _set.removeWhere((t) => condition(t, set)));