package o; import java.util.Objects; /* renamed from: o.fYk, reason: case insensitive filesystem */ /* loaded from: classes6.dex */ public final class C13372fYk extends AbstractC13175fSw { private fSD d; private fSS e; public C13372fYk(fSD fsd, fSS fss) { this.d = fsd; this.e = fss; } @Override // o.AbstractC13175fSw public final void e(InterfaceC13176fSx interfaceC13176fSx) { this.d.c(new RVV(interfaceC13176fSx, this.e)); } /* renamed from: o.fYk$RVV */ /* loaded from: classes6.dex */ static final class RVV implements InterfaceC13176fSx { private InterfaceC13176fSx a; private fSS e; /* JADX INFO: Access modifiers changed from: package-private */ public RVV(InterfaceC13176fSx interfaceC13176fSx, fSS fss) { this.a = interfaceC13176fSx; this.e = fss; } @Override // o.InterfaceC13176fSx public final void onSubscribe(fSJ fsj) { this.a.onSubscribe(fsj); } @Override // o.InterfaceC13176fSx public final void e(T t) { try { this.a.e(Objects.requireNonNull(this.e.a(t), "The mapper function returned a null value.")); } catch (Throwable th) { C13147fSI.c(th); onError(th); } } @Override // o.InterfaceC13176fSx public final void onError(Throwable th) { this.a.onError(th); } } }