Searched refs:collectionType (Results 1 – 2 of 2) sorted by relevance
75 private lateinit var collectionType: TypeMirror89 collectionType = processingEnv.erasedType("java.util.Collection")!!348 if (!processingEnv.typeUtils.isAssignable(type, collectionType) && !isMap) {
113 private val collectionType = MutableCollection::class.starProjectedType regex238 filteredFunctions.filter { it.returnType.isSubtypeOf(collectionType) }