Package 

Class FlowExtKt

  • All Implemented Interfaces:

    
    public final class FlowExtKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static <T extends Any> Unit updateIfNotNull(MutableStateFlow<T> $self, T value) Created by i.
      final static <T extends Any> Unit emitNotNull(FlowCollector<T> $self, T state)
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • updateIfNotNull

         final static <T extends Any> Unit updateIfNotNull(MutableStateFlow<T> $self, T value)

        Created by i.golovachev

      • emitNotNull

         final static <T extends Any> Unit emitNotNull(FlowCollector<T> $self, T state)