minus

operator fun minus(action: T): PendingActions<T>

Returns a new PendingActions instance by removing all actions of the same type as action

Return

A new PendingActions instance that contains existing actions without action

Parameters

action

action type to be removed