sealedSubclassConstructorsRecursive
inline fun <T : Any> KClass<T>.sealedSubclassConstructorsRecursive(): Sequence<KFunction<T>>(source)
Provides a sequence of the primary constructors of all non-abstract, non-sealed subclasses of the sealed class or interface that implement this KClass.
Return
A Sequence of the primary KFunction constructors of all descendant classes.