scala.collection.immutable.Stream.Deferrer
 
 
  Attributes
  
   - 
    Source
   
- 
    Stream.scala
   
- 
    Graph
   
- 
    
     
     
     
     
- 
    Supertypes
   
- 
    
   
 
 Members list
 
 
  
   
    
     
      
      
       
        
         
         
        
        
         
          
          
         
         
          
          
           
           
            
             Construct a Stream consisting of a given first element followed by elements from another Stream.
             
            
             
              Construct a Stream consisting of a given first element followed by elements from another Stream. 
              
             Attributes
             
              - 
               Source
              
- 
               Stream.scala
              
 
            
           
          
         
        
         
          
          
         
         
          
          
           
           
            
             Construct a Stream consisting of the concatenation of the given Stream and another Stream.
             
            
             
              Construct a Stream consisting of the concatenation of the given Stream and another Stream. 
              
             Attributes
             
              - 
               Source
              
- 
               Stream.scala