Skip to content
Litichevskiy Dmitriy edited this page Jan 26, 2019 · 1 revision

manipula.all(predicate) : boolean

Method determines whether all elements of an iterable satisfy a condition.

Kind: instance method of Manipula

Param Type Description
predicate logicalPredicate A function to test an element for a condition.
Clone this wiki locally