package kotlinx.coroutines.flow.internal;

import kotlin.jvm.functions.Function2;

/* JADX INFO: loaded from: classes.dex */
public final class g implements kotlin.coroutines.h {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final Throwable f29390a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ kotlin.coroutines.h f29391b;

    public g(kotlin.coroutines.h hVar, Throwable th) {
        this.f29390a = th;
        this.f29391b = hVar;
    }

    @Override // kotlin.coroutines.h
    public final Object E(Object obj, Function2 function2) {
        return this.f29391b.E(obj, function2);
    }

    @Override // kotlin.coroutines.h
    public final kotlin.coroutines.f m(kotlin.coroutines.g gVar) {
        return this.f29391b.m(gVar);
    }

    @Override // kotlin.coroutines.h
    public final kotlin.coroutines.h p(kotlin.coroutines.h hVar) {
        return this.f29391b.p(hVar);
    }

    @Override // kotlin.coroutines.h
    public final kotlin.coroutines.h x(kotlin.coroutines.g gVar) {
        return this.f29391b.x(gVar);
    }
}
