object DefaultComponentFactoryContainer : ComponentFactoryContainer
(source)
fun <I : Any> ComponentFactoryContainer.build(): I
Returns the component of type I using a corresponding factory or throws an IllegalStateException in case no factory was found which is able to build a component of the given type. |
|
fun <I : Any> ComponentFactoryContainer.buildChained(): Sequence<I>
Returns a chain of components of type I using a corresponding factory or throws an IllegalStateException in case no factory was found which is able to build a chain of components of the given type. |