Class Index | File Index

Classes


Class comb.collections.Iterable

Base class for all collections
Defined in: Iterable.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
Determine if every item in a collection meets the criteria
 
Filter items from a collection
 
Loop through the items in a collection
 
map()
Map every item in a collection
 
Reduce a collection
 
Reduce a collection starting from the right most position
 
some()
Determing if some items in a colleciton meet the criteria
Class Detail
comb.collections.Iterable()
Method Detail
every()
Determine if every item in a collection meets the criteria

filter()
Filter items from a collection

forEach()
Loop through the items in a collection

map()
Map every item in a collection

reduce()
Reduce a collection

reduceRight()
Reduce a collection starting from the right most position

some()
Determing if some items in a colleciton meet the criteria

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Nov 18 2011 01:10:52 GMT-0600 (CST)