reactormonk
09/19/2023, 8:32 AMsuspend fun Flow<R>.mapState(initial: T, fun: (T, R) -> (T, Flow<S>)): Flow<S>
somewhere?Sam
09/19/2023, 9:02 AMfold
and runningFold
, but neither of them exactly matches the signature you wrote there.reactormonk
09/19/2023, 9:03 AMfranztesca
09/19/2023, 9:20 AM