package androidx.compose.runtime; import androidx.compose.runtime.collection.MutableVector; import androidx.compose.runtime.snapshots.SnapshotStateList; import androidx.compose.runtime.snapshots.SnapshotStateMap; import java.util.Collection; import kotlin.Metadata; import kotlin.Pair; import kotlin.Unit; import kotlin.coroutines.Continuation; import kotlin.coroutines.CoroutineContext; import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function2; import kotlin.reflect.KProperty; import kotlinx.coroutines.flow.Flow; import kotlinx.coroutines.flow.StateFlow; @Metadata(d1 = {"androidx/compose/runtime/SnapshotStateKt__DerivedStateKt", "androidx/compose/runtime/SnapshotStateKt__ProduceStateKt", "androidx/compose/runtime/SnapshotStateKt__SnapshotFlowKt", "androidx/compose/runtime/SnapshotStateKt__SnapshotMutationPolicyKt", "androidx/compose/runtime/SnapshotStateKt__SnapshotStateKt"}, k = 4, mv = {1, 8, 0}, xi = 48) /* loaded from: classes.dex */ public final class SnapshotStateKt { public static final State collectAsState(Flow flow, R r, CoroutineContext coroutineContext, Composer composer, int i, int i2) { return SnapshotStateKt__SnapshotFlowKt.collectAsState(flow, r, coroutineContext, composer, i, i2); } public static final State collectAsState(StateFlow stateFlow, CoroutineContext coroutineContext, Composer composer, int i, int i2) { return SnapshotStateKt__SnapshotFlowKt.collectAsState(stateFlow, coroutineContext, composer, i, i2); } public static final MutableVector derivedStateObservers() { return SnapshotStateKt__DerivedStateKt.derivedStateObservers(); } public static final State derivedStateOf(SnapshotMutationPolicy snapshotMutationPolicy, Function0 function0) { return SnapshotStateKt__DerivedStateKt.derivedStateOf(snapshotMutationPolicy, function0); } public static final State derivedStateOf(Function0 function0) { return SnapshotStateKt__DerivedStateKt.derivedStateOf(function0); } public static final T getValue(State state, Object obj, KProperty kProperty) { return (T) SnapshotStateKt__SnapshotStateKt.getValue(state, obj, kProperty); } public static final SnapshotStateList mutableStateListOf() { return SnapshotStateKt__SnapshotStateKt.mutableStateListOf(); } public static final SnapshotStateList mutableStateListOf(T... tArr) { return SnapshotStateKt__SnapshotStateKt.mutableStateListOf(tArr); } public static final SnapshotStateMap mutableStateMapOf() { return SnapshotStateKt__SnapshotStateKt.mutableStateMapOf(); } public static final SnapshotStateMap mutableStateMapOf(Pair... pairArr) { return SnapshotStateKt__SnapshotStateKt.mutableStateMapOf(pairArr); } public static final MutableState mutableStateOf(T t, SnapshotMutationPolicy snapshotMutationPolicy) { return SnapshotStateKt__SnapshotStateKt.mutableStateOf(t, snapshotMutationPolicy); } public static final SnapshotMutationPolicy neverEqualPolicy() { return SnapshotStateKt__SnapshotMutationPolicyKt.neverEqualPolicy(); } public static final void observeDerivedStateRecalculations(DerivedStateObserver derivedStateObserver, Function0 function0) { SnapshotStateKt__DerivedStateKt.observeDerivedStateRecalculations(derivedStateObserver, function0); } public static final State produceState(T t, Object obj, Object obj2, Object obj3, Function2, ? super Continuation, ? extends Object> function2, Composer composer, int i) { return SnapshotStateKt__ProduceStateKt.produceState(t, obj, obj2, obj3, function2, composer, i); } public static final State produceState(T t, Object obj, Object obj2, Function2, ? super Continuation, ? extends Object> function2, Composer composer, int i) { return SnapshotStateKt__ProduceStateKt.produceState(t, obj, obj2, function2, composer, i); } public static final State produceState(T t, Object obj, Function2, ? super Continuation, ? extends Object> function2, Composer composer, int i) { return SnapshotStateKt__ProduceStateKt.produceState(t, obj, function2, composer, i); } public static final State produceState(T t, Function2, ? super Continuation, ? extends Object> function2, Composer composer, int i) { return SnapshotStateKt__ProduceStateKt.produceState(t, function2, composer, i); } public static final State produceState(T t, Object[] objArr, Function2, ? super Continuation, ? extends Object> function2, Composer composer, int i) { return SnapshotStateKt__ProduceStateKt.produceState((Object) t, objArr, (Function2) function2, composer, i); } public static final SnapshotMutationPolicy referentialEqualityPolicy() { return SnapshotStateKt__SnapshotMutationPolicyKt.referentialEqualityPolicy(); } public static final State rememberUpdatedState(T t, Composer composer, int i) { return SnapshotStateKt__SnapshotStateKt.rememberUpdatedState(t, composer, i); } public static final void setValue(MutableState mutableState, Object obj, KProperty kProperty, T t) { SnapshotStateKt__SnapshotStateKt.setValue(mutableState, obj, kProperty, t); } public static final Flow snapshotFlow(Function0 function0) { return SnapshotStateKt__SnapshotFlowKt.snapshotFlow(function0); } public static final SnapshotMutationPolicy structuralEqualityPolicy() { return SnapshotStateKt__SnapshotMutationPolicyKt.structuralEqualityPolicy(); } public static final SnapshotStateList toMutableStateList(Collection collection) { return SnapshotStateKt__SnapshotStateKt.toMutableStateList(collection); } public static final SnapshotStateMap toMutableStateMap(Iterable> iterable) { return SnapshotStateKt__SnapshotStateKt.toMutableStateMap(iterable); } }