Module collection
			
			
				Functions
				
					
					collectionAtAny
					
						- collectionAtAny(object: any, propertyNames: any, onFail: any): any
 
					
					
						- 
							
							
							
Parameters
							
								- 
									
object: any
								 
								- 
									
propertyNames: any
								 
								- 
									
onFail: any
								 
							
							Returns any
						 
					
				
				
					
					collectionForEach
					
						- collectionForEach(iterable: any, iteratee: function): any
 
					
					
						- 
							
							
							
Parameters
							
								- 
									
iterable: any
								 
								- 
									
iteratee: function
									
										- 
											
												- (value: any, index: any, collection: any): any
 
											
											
												- 
													
Parameters
													
														- 
															
value: any
														 
														- 
															
index: any
														 
														- 
															
collection: any
														 
													
													Returns any
												 
											
										 
									
								 
							
							Returns any
						 
					
				
				
					
					collectionKeys
					
						- collectionKeys(iterable: any): any[]
 
					
					
						- 
							
							
							
Parameters
							
							Returns any[]
						 
					
				
				
					
					collectionValues
					
						- collectionValues(iterable: any): any[]
 
					
					
						- 
							
							
Parameters
							
							Returns any[]
						 
					
				
			
			
		 
		
	 
 
 
collectionAtAny
Pick object property from list of names