RxSet<E> constructor

RxSet<E>(
  1. Set<E> initial
)

Implementation

RxSet(Set<E> initial) : super(initial);