decorates

infix fun <S : MVIState, I : MVIIntent, A : MVIAction> PluginDecorator<S, I, A>.decorates(plugin: StorePlugin<S, I, A>): StorePlugin<S, I, A>

Returns a new StorePlugin with this PluginDecorator applied to the plugin.