evolve

abstract fun <Initial> evolve(initial: Initial, transform: (Initial) -> Initial): Initial

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