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

manipula.first([predicate])

Method returns the first element in an iterable that satisfies a specified condition.

Kind: instance method of Manipula

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