QueryObjectMapper

A mapper that converts QueryState to QueryObject.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun <T, U> QueryState<T>.toObject(query: QueryRef<T>, select: (T) -> U): QueryObject<U>

Converts the given QueryState to QueryObject.