SignalList<E> constructor

SignalList<E>(
  1. List<E> list
)

Implementation

SignalList(List<E> list) : super(list);