evolving

abstract fun <Stored, Returned> evolving(initial: Stored, transform: YieldingScope<Stored, Returned>): Returned

Iteratively updates the value computing the transform expression from a YieldingContext at each device using the last computed value or the initial.