Skip to content

Collection.and()

David Fahlander edited this page Mar 28, 2014 · 8 revisions

Syntax

collection.and(filter)

Parameters

filter: Function function (value) { return true/false; }

Return Value

This Collection instance (this)

Clone this wiki locally