Interface BeforeExecutionCallback

  • All Superinterfaces:
    Extension
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface BeforeExecutionCallback
    extends Extension
    Represents a phase callback before the execution phase
    • Method Detail

      • beforeExecution

        void beforeExecution​(List<Combination> combination)
        Execute the callback with the supplied combinations
        Parameters:
        combination - the combinations generated by the generation phase