gh-pages / com.nextfaze.devfun.view / CompositeViewFactoryProvider
CompositeViewFactoryProvider
interface CompositeViewFactoryProvider : ViewFactoryProvider, Composite<ViewFactoryProvider> (source)
A ViewFactoryProvider that delegates to other providers.
Checks in reverse order of added. i.e. most recently added is checked first.
In general you should not need to use this.
Inherited Functions
| Name | Summary | 
|---|---|
| get | abstract operator fun get(clazz: KClass<*>): ViewFactory<View>?Get a view factory for some clazz key. | 
| minusAssign | abstract operator fun minusAssign(other: T): UnitRemove from this Composite | 
| plusAssign | abstract operator fun plusAssign(other: T): UnitAdd to this Composite. |