every
Check if all items in this stream match the given predicate.
Return
A promise that resolves with the result.
Parameters
cbk
The predicate to check.
Check if all items in this stream match the given predicate.
Return
A promise that resolves with the result.
Parameters
cbk
The predicate to check.
options
The options for the every operation.
Check if all items in this stream match the given predicate.
Return
A promise that resolves with the result.
Parameters
options
The options for the every operation.
cbk
The predicate to check.