abstract fun getFactoryForChainedOrNull(kClass: KClass<*>): Sequence<ComponentFactory>?
(source)
Returns a chain of factories which shall build a chain of components of the specified kClass
or null
in case no chain was found which is able to build a chain of components of the given type.