-
- All Implemented Interfaces:
public final class FragmentKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> JobregisterStateFlow(Fragment $self, StateFlow<T> stateFlow, Function1<T, Unit> collector)Extension / Helper for UI state Flow Originally use for Java class -
-
Method Detail
-
registerStateFlow
final static <T extends Any> Job registerStateFlow(Fragment $self, StateFlow<T> stateFlow, Function1<T, Unit> collector)
Extension / Helper for UI state Flow Originally use for Java class
-
-
-
-