omit

abstract fun <T, S> omit(state: QueryState<QueryChunks<T, S>>): QueryState<QueryChunks<T, S>>

Omit the specified keys from the QueryState with QueryChunks.

Return

The optimized infinite query state.

Parameters

state

The infinite query state.