Package 

Class EmptyReceiverKt

    • Method Summary

      Modifier and Type Method Description
      final static <I extends MVIIntent> Unit EmptyReceiver(Function1<IntentReceiver<I>, Unit> call) An IntentReceiver that does nothing and ignores all intents.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • EmptyReceiver

        @Composable()@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"
        ) final static <I extends MVIIntent> Unit EmptyReceiver(Function1<IntentReceiver<I>, Unit> call)

        An IntentReceiver that does nothing and ignores all intents. Most often used for Composable previews.