| io.reactivex.functions.Function7<T1, T2, T3, T4, T5, T6, T7, R> | 
    
    
Class Overview
A functional interface (callback) that computes a value based on multiple input values.
 
Summary
| Public Methods | 
	 
    
        | 
            abstract
            
            
            
            
            R
         | 
        
        apply(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7)
        
         Calculate a value based on the input values. 
  
   | 
 
Public Methods
 
    
      
        public 
         
         
        abstract 
         
        R
      
      apply
      (T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7)
    
      
    
      
  Calculate a value based on the input values.
 
  
      Parameters
      
        
          | t1 | 
          the first value | 
        
        
          | t2 | 
          the second value | 
        
        
          | t3 | 
          the third value | 
        
        
          | t4 | 
          the fourth value | 
        
        
          | t5 | 
          the fifth value | 
        
        
          | t6 | 
          the sixth value | 
        
        
          | t7 | 
          the seventh value |