scala.util.control.TailCalls.TailRec
 
  This class represents a tailcalling computation 
  
 
  Attributes
  
   - 
    Source
   
 
   - 
    TailCalls.scala
   
 
   - 
    Graph
   
 
   - 
    
     
     
     
    
    
   - 
    Supertypes
   
 
   - 
    
   
 
  
 
 
 Members list
 
 
  
   
    
     
      
      
       
        
         
         
        
        
         
          
          
         
         
          
          
           
           
            
             Continue the computation with f and merge the trampolining of this computation with that of f.
             
            
             
              Continue the computation with f and merge the trampolining of this computation with that of f.
              
             Attributes
             
              - 
               Source
              
 
              - 
               TailCalls.scala
              
 
             
             
            
           
          
         
        
         
          
          
         
         
          
          
           
           
            
             Continue the computation with f.
             
            
            
           
          
         
        
         
          
          
         
         
          
          
           
           
            
             Returns the result of the tailcalling computation.
             
            
             
              Returns the result of the tailcalling computation. 
              
             Attributes
             
              - 
               Source
              
 
              - 
               TailCalls.scala
              
 
             
             
            
           
          
         
        
         
          
          
         
         
          
          
           
           
            
             Returns either the next step of the tailcalling computation, or the result if there are no more steps.
             
            
             
              Returns either the next step of the tailcalling computation, or the result if there are no more steps.
              
             Attributes
             
              - 
               Source
              
 
              - 
               TailCalls.scala