object Interleave
- Source
- Graph.scala
- Alphabetic
- By Inheritance
- Interleave
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- 
      
      
      
        
      
    
      
        
        def
      
      
        apply[T](inputPorts: Int, segmentSize: Int, eagerClose: Boolean = false): Graph[UniformFanInShape[T, T], NotUsed]
      
      
      Create a new Interleavewith the specified number of input ports and given size of elements to take from each input.Create a new Interleavewith the specified number of input ports and given size of elements to take from each input.- inputPorts
- number of input ports 
- segmentSize
- number of elements to send downstream before switching to next input port 
- eagerClose
- if true, interleave completes upstream if any of its upstream completes.