Class comb.collections.Iterable
Base class for all collections
Defined in: Iterable.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
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
|
|
Reduce a collection starting from the right most position
|
|
some()
Determing if some items in a colleciton meet the criteria
|
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