Preparing search index...
The search index is not available
@szilanor/stream
@szilanor/stream
includesAsync
Function includesAsync
includes
Async
<
T
>
(
value
,
equalsFunction
?
)
:
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'.