canSkipStateUpdate

open fun <T> canSkipStateUpdate(stateId: StateId, @Nullable newValue: T, isLayoutState: Boolean): Boolean
open fun <T> canSkipStateUpdate(newValueFunction: (in T) -> out T, stateId: StateId, isLayoutState: Boolean): Boolean