@szilanor/stream
Preparing search index...
containsAsync
Function containsAsync
containsAsync
<
T
>
(
value
:
T
,
equalsFunction
?:
EqualsFunction
<
T
>
,
)
:
AsyncCollectorFunction
<
T
,
boolean
>
Returns if at least one of the entries equals with the given 'value'.
Type Parameters
T
Parameters
value
:
T
equalsFunction
:
EqualsFunction
<
T
>
= ...
Returns
AsyncCollectorFunction
<
T
,
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@szilanor/stream
Loading...
Returns if at least one of the entries equals with the given 'value'.