java.lang.Object
com.legyver.utils.nippe.AbstractStepExecutor<T>
public abstract class AbstractStepExecutor<T>
extends java.lang.Object
Superclass for the Step and Base decorators
- Since:
- 2.0
-
Constructor Summary
Constructors Constructor Description AbstractStepExecutor() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AbstractStepExecutor
public AbstractStepExecutor()
-
-
Method Details
-
execute
Take a step- Returns:
- the result of the step
-