ListComponentTypesFilter
An object that filters items in a list of component types.
Only one object is accepted as a valid input.
Inheritors
Types
The component type that the component types in the list extend.
A Boolean value that specifies whether the component types in the list are abstract.
The namespace to which the component types in the list belong.
Functions
Casts this ListComponentTypesFilter as a ExtendsFrom and retrieves its kotlin.String value. Throws an exception if the ListComponentTypesFilter is not a ExtendsFrom.
Casts this ListComponentTypesFilter as a ExtendsFrom and retrieves its kotlin.String value. Returns null if the ListComponentTypesFilter is not a ExtendsFrom.
Casts this ListComponentTypesFilter as a IsAbstract and retrieves its kotlin.Boolean value. Throws an exception if the ListComponentTypesFilter is not a IsAbstract.
Casts this ListComponentTypesFilter as a IsAbstract and retrieves its kotlin.Boolean value. Returns null if the ListComponentTypesFilter is not a IsAbstract.
Casts this ListComponentTypesFilter as a Namespace and retrieves its kotlin.String value. Throws an exception if the ListComponentTypesFilter is not a Namespace.
Casts this ListComponentTypesFilter as a Namespace and retrieves its kotlin.String value. Returns null if the ListComponentTypesFilter is not a Namespace.