Soil
Toggle table of contents
1.0.0-alpha11
common
Platform filter
common
Switch theme
Search in API
Soil
soil-query-compose
/
soil.query.compose
/
QueryRecompositionOptimizer
/
omit
omit
abstract
fun
<
T
>
omit
(
state
:
QueryState
<
T
>
)
:
QueryState
<
T
>
Omit the specified keys from the
QueryState
.
Return
The optimized query state.
Parameters
state
The query state.