package kotlinx.coroutines.flow.internal;

import kotlin.Metadata;
import kotlin.coroutines.Continuation;
import kotlin.jvm.internal.FunctionReferenceImpl;
import sd.p;

/* JADX INFO: loaded from: classes.dex */
@Metadata(k = 3, mv = {1, 9, 0}, xi = 48)
final /* synthetic */ class SafeCollectorKt$emitFun$1 extends FunctionReferenceImpl implements p {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final SafeCollectorKt$emitFun$1 f29380c = new SafeCollectorKt$emitFun$1();

    public SafeCollectorKt$emitFun$1() {
        super(3, kotlinx.coroutines.flow.g.class, "emit", "emit(Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;", 0);
    }

    @Override // sd.p
    public final Object a(Object obj, Object obj2, Object obj3) {
        return ((kotlinx.coroutines.flow.g) obj).c(obj2, (Continuation) obj3);
    }
}
