Static methods
statictoCollection<T>(array:Array<T>):Collection<ValueEntry<T>>
Converts an array to an equivalent collection
staticfiltered<T>(collection:Collection<T>, filter:Array<T> ‑> Array<T>, ?cacheKey:String):Collection<T>
Returns a filtered collection from the provided collection and filter.
staticcombined<T>(collections:Array<Collection<T>>, cache:Bool = true):Collection<T>
Returns a combined collection from the provided ones.