object Interleave
- Source
- Graph.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Interleave
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply[T](inputPorts: Int, segmentSize: Int, eagerClose: Boolean = false): [UniformFanInShape[T, T], NotUsed]
Create a new
Interleave
with the specified number of input ports and given size of elements to take from each input.Create a new
Interleave
with 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.