Returns (<Iterable>(iterable) => ReducerOutput<Iterable, boolean>)
Curried function with searchItem
set in context.
-
- <Iterable>(iterable): ReducerOutput<Iterable, boolean>
-
Type Parameters
-
Iterable extends IsomorphicIterable
Returns ReducerOutput<Iterable, boolean>
Tries to find the given
searchItem
in iterable or asynchronous iterable.Example