RxList<E> constructor

RxList<E>(
  1. List<E> initial
)

Implementation

RxList(List<E> initial) : super(initial);