TypeAndClass
Properties
Functions
Link copied to clipboard
fun <T : Any> TypeAndClass<T>.concreteReturnTypeMemberProperties(): List<ConcreteReturnTypeProperty1<T, *>>
Link copied to clipboard
For GADTs, the subclasses whose type parameters failed to be inferred will be discarded.
Link copied to clipboard
fun <T : Any> TypeAndClass<T>.concreteTypeSealedDirectSubtypesWithAllActualKClasses(): List<TypeAndClass<out T>>
Excluding those with star projections (and instantiated with type parameters).
Link copied to clipboard
Link copied to clipboard
fun <T : Any> TypeAndClass<T>.concreteTypeSealedLeafSubtypesWithAllActualKClasses(): List<TypeAndClass<out T>>
Excluding those with star projections (and instantiated with type parameters).