Class Broadcast$


  • public class Broadcast$
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      Broadcast$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> Broadcast<T> apply​(int outputPorts, boolean eagerCancel)
      Create a new Broadcast with the specified number of output ports.
      <T> boolean apply$default$2()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

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

      • Broadcast$

        public Broadcast$()
    • Method Detail

      • apply

        public <T> Broadcast<T> apply​(int outputPorts,
                                      boolean eagerCancel)
        Create a new Broadcast with the specified number of output ports.

        Parameters:
        outputPorts - number of output ports
        eagerCancel - if true, broadcast cancels upstream if any of its downstreams cancel.
      • apply$default$2

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