Skip to content

skipWhile

Litichevskiy Dmitriy edited this page Jan 27, 2019 · 1 revision

manipula.skipWhile(predicate)

Method bypasses elements in an iterable as long as a specified condition is true and then returns the remaining elements.

Kind: instance method of Manipula

Param Type Description
predicate extendedLogicalPredicate A function to test each source element and its number for a condition.
Clone this wiki locally