Interface AdvancedProductFinder

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 AdvancedProductFinder
This functional interface represents an operation to find an IProductComponent for a given IConfigurableModelObject. Unlike the MatchingProductFinder interface, this interface provides more options to find a replacement component.

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

Since:
23.6