Interface CustomPhaseCommand<Solution_>

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

@FunctionalInterface @NullMarked @Deprecated(forRemoval=true, since="1.20.0") public interface CustomPhaseCommand<Solution_> extends PhaseCommand<Solution_>
Deprecated, for removal: This API element is subject to removal in a future version.
Use PhaseCommand instead.