@szilanor/stream
Preparing search index...
distinctUntilChangedAsync
Function distinctUntilChangedAsync
distinctUntilChangedAsync
<
T
>
(
equalsFunction
?:
EqualsFunction
<
T
>
,
)
:
AsyncOperationFunction
<
T
,
T
>
Returns an Iterable that yields only entries of the source Iterable without duplicates.
Type Parameters
T
Parameters
Optional
equalsFunction
:
EqualsFunction
<
T
>
Returns
AsyncOperationFunction
<
T
,
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@szilanor/stream
Loading...
Returns an Iterable that yields only entries of the source Iterable without duplicates.