Package 

Class FlowExtKt

    • Method Summary

      Modifier and Type Method Description
      final static <T extends Any> Unit collectFlow(Flow<T> $self, Function1<T, Unit> action)
      • Methods inherited from class java.lang.Object

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

      • collectFlow

        @Composable() final static <T extends Any> Unit collectFlow(Flow<T> $self, Function1<T, Unit> action)