Class SameGenericConceptualParameters

java.lang.Object
org.ek9lang.compiler.support.SameGenericConceptualParameters
All Implemented Interfaces:
BiPredicate<ISymbol,List<ISymbol>>

class SameGenericConceptualParameters extends Object implements BiPredicate<ISymbol,List<ISymbol>>
Checks to see if the type parameters are the same as the generic arguments. i.e. are they all still conceptual and constrained in the same way. If this is the case - then we are not really parameterising anything.