DistinctByExtension<T> extension

Skips data events if their key are equal to the key of the previous data event.

on

Methods

distinctBy<R>(R keySelector(T), {Equality<R>? equals}) Stream<T>
Skips data events if their key are equal to the key of the previous data event.