Set<T> intersection(Set<Object?> other) { RxTracking.track(this); return value.intersection(other); }