Object KSTypeReferenceDeferredImpl.Companion
-
- All Implemented Interfaces:
public class KSTypeReferenceDeferredImpl.Companion extends KSObjectCache<KSDeclaration, KSTypeReferenceDeferredImpl>
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<KSDeclaration, KSTypeReferenceDeferredImpl>cachepublic final static KSTypeReferenceDeferredImpl.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final KSTypeReferenceDeferredImplgetCached(KSDeclaration parent, Function0<KSType> resolver)-
-
Method Detail
-
getCached
final KSTypeReferenceDeferredImpl getCached(KSDeclaration parent, Function0<KSType> resolver)
-
-
-
-