Class FlowExtensionsKt
-
- All Implemented Interfaces:
public final class FlowExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> StateFlow<T>mergeStateFlows(CoroutineScope scope, SharingStarted started, T initialValue, Flow<T> flows)-
-
Method Detail
-
mergeStateFlows
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) final static <T extends Any> StateFlow<T> mergeStateFlows(CoroutineScope scope, SharingStarted started, T initialValue, Flow<T> flows)
-
-
-
-