Class Interleave$


  • public class Interleave$
    extends java.lang.Object
    Create a new Interleave with the specified number of input ports and given size of elements to take from each input.

    param: inputPorts number of input ports param: segmentSize number of elements to send downstream before switching to next input port param: eagerClose if true, interleave completes upstream if any of its upstream completes.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Interleave$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Interleave$()  
    • Field Detail

      • MODULE$

        public static final Interleave$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Interleave$

        public Interleave$()
    • Method Detail

      • apply$default$3

        public <T> boolean apply$default$3()