plus

operator fun plus(rhs: Vault.Update<U>): Vault.Update<U>

Combine two updates into a single update with the combined inputs and outputs of the two updates but net any outputs of the left-hand-side (this) that are consumed by the inputs of the right-hand-side (rhs).

i.e. the net effect in terms of state live-ness of receiving the combined update is the same as receiving this followed by rhs.