find
Find the first item in this stream that matches the given predicate.
Return
A promise that resolves with the result.
Parameters
cbk
The predicate to check.
Find the first item in this stream that matches the given predicate.
Return
A promise that resolves with the result.
Parameters
cbk
The predicate to check.
options
The options for the find operation.
Find the first item in this stream that matches the given predicate.
Return
A promise that resolves with the result.
Parameters
options
The options for the find operation.
cbk
The predicate to check.