Package 

Class FlowExtensions

    • Method Summary

      Modifier and Type Method Description
      final static <T extends Any> LiveData<T> asLiveData(Flow<T> $self) Creates a LiveData that has values collected from the original Flow.
      • Methods inherited from class java.lang.Object

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

      • asLiveData

         final static <T extends Any> LiveData<T> asLiveData(Flow<T> $self)

        Creates a LiveData that has values collected from the original Flow.