Interface ConfigurableOperatorProducer<C extends OperatorConfigurator>

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 ConfigurableOperatorProducer<C extends OperatorConfigurator>
  • Method Details

    • produce

      Operator produce(C configurator)
    • produceOperators

      default List<Operator> produceOperators(C configurator)