gh-pages / com.nextfaze.devfun.invoke / CompositeParameterViewFactoryProvider
CompositeParameterViewFactoryProvider
interface CompositeParameterViewFactoryProvider : ParameterViewFactoryProvider, Composite<ParameterViewFactoryProvider> (source)
A ParameterViewFactoryProvider 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(parameter: Parameter): ViewFactory<View>?Get a view factory for some function parameter. | 
| minusAssign | abstract operator fun minusAssign(other: T): UnitRemove from this Composite | 
| plusAssign | abstract operator fun plusAssign(other: T): UnitAdd to this Composite. |