Object KSTypeArgumentLiteImpl.Companion
-
- All Implemented Interfaces:
public class KSTypeArgumentLiteImpl.Companion extends KSObjectCache<Pair<KSTypeReference, Variance>, KSTypeArgumentLiteImpl>
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<Pair<KSTypeReference, Variance>, KSTypeArgumentLiteImpl>cachepublic final static KSTypeArgumentLiteImpl.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final KSTypeArgumentLiteImplgetCached(KSTypeReference type, Variance variance)final KSTypeArgumentLiteImplgetCached(KtTypeReference type)-
-
Method Detail
-
getCached
final KSTypeArgumentLiteImpl getCached(KSTypeReference type, Variance variance)
-
getCached
final KSTypeArgumentLiteImpl getCached(KtTypeReference type)
-
-
-
-