constructor / initializenew Backbone.Collection([models], [options]) When creating a Collection, you may choose to pass in the initial
partition
wherecollection.where(attributes) Return an array of all the models in a collection that match the passed attributes. Useful
lastIndexOf
indexOf
setcollection.set(models, [options]) The set method performs a "smart" update of the collection with the passed list of models
every (all)
reduceRight (foldr)
getcollection.get(id) Get a model from a collection, specified by an
groupBy
Page 1 of 7