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