resolvePojoType

fun resolvePojoType(type: Type, typeVars: A_Map): A_Type

Resolve the specified type using the given type variables.

Return

An Avail type.

Parameters

type

A type.

typeVars

A map from fully-qualified type variablenames to their types.