package e.r;

import e.m;
import e.s.b.p;
import java.io.File;
import java.io.IOException;

/* JADX INFO: loaded from: classes.dex */
public final class i extends e.s.c.l implements p<File, IOException, m> {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ p f6004b;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public i(p pVar) {
        super(2);
        this.f6004b = pVar;
    }

    @Override // e.s.b.p
    public m c(File file, IOException iOException) throws l {
        File file2 = file;
        IOException iOException2 = iOException;
        e.s.c.k.e(file2, "f");
        e.s.c.k.e(iOException2, "e");
        if (((k) this.f6004b.c(file2, iOException2)) != k.TERMINATE) {
            return m.f5956a;
        }
        throw new l(file2);
    }
}
