-
- All Implemented Interfaces:
public final 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. -
-
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.
-
-
-
-