scala.quoted.Quotes.reflectModule.ApplyMethods
 
  Extension methods of Apply
  
 
  Attributes
  
   - 
    Source
   
- 
    Quotes.scala
   
- 
    Graph
   
- 
    
     
     
     
     
- 
    Supertypes
   
- 
    
     
     
      trait Matchable
      
      class Any
      
 
 
 Members list
 
 
  
   
    
     
      
      
       
        
         
         
        
        
         
         
          
           
           
          
          
           
           
            
            
             
              The arguments (implicitly) passed to the method
              
             
              
               The arguments (implicitly) passed to the method
               The Apply may be a partially applied method:
               
                def f(x1: Int)(x2: Int) = ???
f(1)(2)
                
                
               
                - argsis- (2)in the- Applyof- f(1)(2)
- argsis- (1)in the- Applyof- f(1)
 
              Attributes
              
               - 
                Source
               
- 
                Quotes.scala
               
 
             
            
           
          
         
          
           
           
          
          
           
           
            
            
             
              The fun part of an (implicit) application like fun(args)
              
             
              
               The fun part of an (implicit) application like fun(args)
               It may be a partially applied method:
               
                def f(x1: Int)(x2: Int) = ???
f(1)(2)
                
                
               
                - funis- f(1)in the- Applyof- f(1)(2)
- funis- fin the- Applyof- f(1)
 
              Attributes
              
               - 
                Source
               
- 
                Quotes.scala