getAndUpdate

abstract suspend fun getAndUpdate(f: (A) -> A): A(source)

Modifies the current value using the supplied update function and returns the old value.

See also

, f may be invoked multiple times.