Package 

Class StateProvider

  • All Implemented Interfaces:
    androidx.compose.ui.tooling.preview.PreviewParameterProvider

    @Deprecated(message = 
    android-compose module is redundant, because new "compose" module has been made which supports Compose Multiplatform.
    Please just replace android-compose with just "compose" and change the package name to "pro.respawn.flowmvi.compose"
    ) 
    public class StateProvider<S extends Object>
    extends CollectionPreviewParameterProvider<S>
                        

    A collection preview param provider that provides MVIState Created to avoid boilerplate related to Preview parameters.

    • Constructor Summary

      Constructors 
      Constructor Description
      StateProvider(S states)
    • Method Summary

      Modifier and Type Method Description
      Integer getCount()
      Sequence<S> getValues()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait