traverse
abstract fun traverse(rangeStart: Int, rangeEnd: Int, firstVisible: Int, lastVisible: Int, processor: RecyclerRangeTraverser.Processor)
Traverse the given range.
Parameters
rangeStart
Start of the range, inclusive
rangeEnd
End of the range, exclusive
firstVisible
Index of the first visible item
lastVisible
Index of the last visible item
handler
Handler that will perform job for each index in the range and determines if we need to stop