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 ): Unit Remove from this Composite |
plusAssign | abstract operator fun plusAssign(other: T ): Unit Add to this Composite. |