InfiniteQueryObjectMapper

A mapper that converts QueryState to InfiniteQueryObject.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun <T, S, U> QueryState<QueryChunks<T, S>>.toObject(query: InfiniteQueryRef<T, S>, select: (QueryChunks<T, S>) -> U): InfiniteQueryObject<U, S>

Converts the given QueryState to InfiniteQueryObject.