toSet method

Set<T> toSet()

Implementation

Set<T> toSet() {
  RxTracking.track(this);
  return value.toSet();
}