-
public final class FlowExtKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> UnitcollectOnLifecycle(Flow<T> $self, LifecycleOwner lifecycleOwner, Lifecycle.State minActiveState, FlowCollector<T> collector)Utility method for subscribing to flow with lifecycle state in lifecycle scope. -
-
Method Detail
-
collectOnLifecycle
final static <T extends Any> Unit collectOnLifecycle(Flow<T> $self, LifecycleOwner lifecycleOwner, Lifecycle.State minActiveState, FlowCollector<T> collector)
Utility method for subscribing to flow with lifecycle state in lifecycle scope.
-
-
-
-