Interface StepFunction<STAGE>

Type Parameters:
STAGE - the stage in which this step is executed

public interface StepFunction<STAGE>
A functional interface for defining ad-hoc steps.
Since:
0.7.1
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(STAGE stage)