- all<T>(foldable): (<A>(pred) => ((data) => boolean))
Returns (<A>(pred) => ((data) => boolean))
The test result.
- <A>(pred): ((data) => boolean)
Parameters
pred: ((a) => boolean)
- (a): boolean
Returns boolean
Returns ((data) => boolean)
- (data): boolean
Returns boolean
Tests whether all items in the data satisfy the predicate
pred
.