-
- All Implemented Interfaces:
public final class FlowExtKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> UnitupdateIfNotNull(MutableStateFlow<T> $self, T value)Created by i. final static <T extends Any> UnitemitNotNull(FlowCollector<T> $self, T state)-
-
Method Detail
-
updateIfNotNull
final static <T extends Any> Unit updateIfNotNull(MutableStateFlow<T> $self, T value)
Created by i.golovachev
-
emitNotNull
final static <T extends Any> Unit emitNotNull(FlowCollector<T> $self, T state)
-
-
-
-