Call to process a chunk of data. A call to process should only be made when processed returns null.
null
void process(List<int> data, int start, int end);