Class AbstractStepExecutor<T>

java.lang.Object
com.legyver.utils.nippe.AbstractStepExecutor<T>
Direct Known Subclasses:
Base, Step

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

    Modifier and Type Method Description
    abstract T execute()
    Take a step

    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

      public abstract T execute()
      Take a step
      Returns:
      the result of the step