Class Task


  • public class Task
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Task()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static Task buildTask​(java.util.List tasks, java.lang.String method, java.lang.Object... args)  
      int getNext()  
      void go()  
      boolean next()  
      Task skipNext()
      Use this method to intentionally skip invoking the supplied method on the next Object in the chain.
      • Methods inherited from class java.lang.Object

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

      • Task

        public Task()
    • Method Detail

      • buildTask

        public static Task buildTask​(java.util.List tasks,
                                     java.lang.String method,
                                     java.lang.Object... args)
      • go

        public void go()
      • next

        public boolean next()
      • getNext

        public int getNext()
      • skipNext

        public Task skipNext()
        Use this method to intentionally skip invoking the supplied method on the next Object in the chain.
        Returns: