contribute

fun contribute(delta: L)

Join delta into the current result.

Idempotent, commutative, and thread-safe. Applying the same delta twice, or applying deltas in any order, produces the same converged value — the lattice laws (Quilted.piece) guarantee it. The state value never decreases after this call.