pekko icon indicating copy to clipboard operation
pekko copied to clipboard

Feature request:Add Flow#distinctUntilChanged

Open He-Pin opened this issue 1 year ago • 0 comments

Motivation: refs: https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/distinct-until-changed.html

Even it can be done with statefulMap, but seems better to support it out of box.

He-Pin avatar Jan 02 '25 08:01 He-Pin