Searched defs:bounds (Results 1 – 4 of 4) sorted by relevance
25 fun bounds(): List<ClassItem> = typeBounds().mapNotNull { in <lambda>() method
147 val bounds = p.typeBounds() in findTypeVariableBounds() constant159 val bounds = findTypeVariableBounds(context.typeParameterList(), name) in findTypeVariableBounds() constant177 val bounds = findTypeVariableBounds(context, typeParameter.simpleName()) in asTypeParameter() constant267 val bounds = parameter.typeBounds() in markRecent() constant
29 private var bounds: List<TypeItem>? = null variable85 fun bounds(typeString: String?, owner: TypeParameterListOwner? = null): List<String> { in bounds() method
50 private lateinit var bounds: List<PsiTypeItem> variable