Class ActionBroadcast<T>

  • All Implemented Interfaces:
    org.gradle.api.Action<T>

    public class ActionBroadcast<T>
    extends java.lang.Object
    implements org.gradle.api.Action<T>
    • Constructor Summary

      Constructors 
      Constructor Description
      ActionBroadcast()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(org.gradle.api.Action<? super T> action)  
      void execute​(T t)  
      • Methods inherited from class java.lang.Object

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

      • ActionBroadcast

        public ActionBroadcast()
    • Method Detail

      • add

        public void add​(org.gradle.api.Action<? super T> action)
      • execute

        public void execute​(T t)
        Specified by:
        execute in interface org.gradle.api.Action<T>