omit

abstract fun <T> omit(state: MutationState<T>): MutationState<T>

Omit the specified keys from the MutationState.

Return

The optimized mutation state.

Parameters

state

The mutation state.