Interface ResolvedParameter


public interface ResolvedParameter
The resolved representation of a parameter in the context of a type reference. Consider for instance this method
 interface Foo<T> {
  def void foo(T arg)
 }
 
In the context of the type reference Foo<String>, the parameter arg has the type String
Since:
2.7