LazyPlugin

fun interface LazyPlugin<S : MVIState, I : MVIIntent, A : MVIAction>

A plugin that is build lazily at the time of Store creation.

Inheritors

Functions

Link copied to clipboard
abstract operator fun invoke(config: StoreConfiguration<S>): StorePlugin<S, I, A>

Create the StorePlugin using provided config