Skip to content

Collection.and()

Hawken Rives edited this page Jan 14, 2015 · 8 revisions

Syntax

collection.and(filter)

Parameters

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

Return Value

This Collection instance (this)

Clone this wiki locally