Class ParameterizationComplete

java.lang.Object
org.ek9lang.compiler.support.ParameterizationComplete
All Implemented Interfaces:
Predicate<GenericInGenericData>

public class ParameterizationComplete extends Object implements Predicate<GenericInGenericData>
Given a parent and a dependent generic type, check that all parameters have been provided with suitable arguments, so that the Parameterized type can be used. Note that the parent is provided so that any conceptual arguments can be checked against those in the parent.