Type Parameter
data class TypeParameter( val dri: DRI, val name: String, val presentableName: String? = null, val extra: PropertyContainer<TypeParameter> = PropertyContainer.empty()) : Bound, AnnotationTarget, WithExtraProperties<TypeParameter>
Content copied to clipboard
Constructors
Link copied to clipboard
fun TypeParameter( dri: DRI, name: String, presentableName: String? = null, extra: PropertyContainer<TypeParameter> = PropertyContainer.empty())
Content copied to clipboard
Functions
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<TypeParameter>): TypeParameter
Content copied to clipboard