nextParam

abstract fun nextParam(data: QueryChunks<T, S>): S?

Function returning the parameter for additional fetching.

Return

null if there is no more data to fetch.

Parameters

data

The data to be used to determine the next parameter.

See also