Interface MatchingProductFinder

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 MatchingProductFinder
This functional interface represents an operation to find an IProductComponent for a given IConfigurableModelObject.

The functional method of this interface is findMatchingProduct(IConfigurableModelObject, List, List).

Since:
23.6