- any<T>(foldable): (<A>(pref) => ((data) => boolean))
Returns (<A>(pref) => ((data) => boolean))
The test result.
- <A>(pref): ((data) => boolean)
Parameters
pref: ((a) => boolean)
- (a): boolean
Returns boolean
Returns ((data) => boolean)
- (data): boolean
Returns boolean
Tests whether at least one item in the data satisfy the predicate
pred
.