Class Task

java.lang.Object
io.inversion.utils.Task

public class Task extends Object
  • Constructor Details

    • Task

      public Task()
  • Method Details

    • buildTask

      public static Task buildTask(List tasks, String method, 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: