ExportedSequence

constructor(limit: Int, offset: Int, totalCount: Int, elements: List<E>)

Parameters

limit

Max amount of elements in this exported sequence.

offset

The amount of elements omitted from the initial sequence at the start.

totalCount

Total amount of elements in the initial sequence.