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

         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.