- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
14 lines
390 B
Java
14 lines
390 B
Java
package kotlinx.coroutines.flow;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class StartedLazily implements SharingStarted {
|
|
public String toString() {
|
|
return "SharingStarted.Lazily";
|
|
}
|
|
|
|
@Override // kotlinx.coroutines.flow.SharingStarted
|
|
public Flow command(StateFlow stateFlow) {
|
|
return FlowKt.flow(new StartedLazily$command$1(stateFlow, null));
|
|
}
|
|
}
|