Package io.inversion.utils
Class Task
- java.lang.Object
-
- io.inversion.utils.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 TaskbuildTask(java.util.List tasks, java.lang.String method, java.lang.Object... args)intgetNext()voidgo()booleannext()TaskskipNext()Use this method to intentionally skip invoking the supplied method on the next Object in the chain.
-
-
-
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:
-
-