Base class for all collections
Determine if every item in a collection meets the criteria
Source
function (){
throw new Error("Not Implemented");
}
Filter items from a collection
Source
function (){
throw new Error("Not Implemented");
}
Loop through the items in a collection
Source
function (){
throw new Error("Not Implemented");
}
Map every item in a collection
Source
function (){
throw new Error("Not Implemented");
}
Reduce a collection
Source
function (){
throw new Error("Not Implemented");
}
Reduce a collection starting from the right most position
Source
function (){
throw new Error("Not Implemented");
}
Determing if some items in a colleciton meet the criteria
Source
function (){
throw new Error("Not Implemented");
}
MIT https://github.com/C2FO/comb/raw/master/LICENSE
git clone git://github.com/C2FO/comb.git