C new GenericClass<T extends Object>( arr: Array.<T> ) → {void}
    
    
    
    
    
    
Search an array for the first element that satisfies a given condition and return that element.
Parameters:
| Name | Type | Description | 
|---|---|---|
arr | 
            
            Array.<T> | Array or array  | 
        
Methods
- 
    
    
M returnType( ) → { T }
 - 
    
    
    
Method Description
 - 
    
    
M takeParam( arg: T )
 - 
    
    
    
Method Description
Parameters:
Name Type Description argT Param Description