CombinedList<E> constructor

CombinedList<E>(
  1. List<List<E>> _lists
)

Implementation

CombinedList(this._lists);