Parameters
-
predicate: Single<Predicated> extends Single<never>
? Unary<Item, boolean>
: Predicate<Item, Predicated>
Returns (<Iterable>(iterable) => ReducerOutput<Iterable, boolean>)
Curried function with predicate
set in context.
-
- <Iterable>(iterable): ReducerOutput<Iterable, boolean>
-
Type Parameters
-
Iterable extends IsomorphicIterable<Item>
Returns ReducerOutput<Iterable, boolean>
Evaluates items in an iterable or asynchronous iterable against a predicate and returns
true
if all items evaluates totrue
.Example