package o; import java.util.Objects; /* renamed from: o.fWw, reason: case insensitive filesystem */ /* loaded from: classes6.dex */ public final class C13314fWw extends fUX { private fSS e; public C13314fWw(InterfaceC13169fSq interfaceC13169fSq, fSS fss) { super(interfaceC13169fSq); this.e = fss; } @Override // o.AbstractC13163fSk public final void subscribeActual(InterfaceC13174fSv interfaceC13174fSv) { this.c.subscribe(new RVV(interfaceC13174fSv, this.e)); } /* renamed from: o.fWw$RVV */ /* loaded from: classes6.dex */ static final class RVV extends fTA { private fSS a; RVV(InterfaceC13174fSv interfaceC13174fSv, fSS fss) { super(interfaceC13174fSv); this.a = fss; } @Override // o.InterfaceC13174fSv public final void onNext(T t) { if (this.c) { return; } if (this.b != 0) { this.d.onNext(null); return; } try { this.d.onNext(Objects.requireNonNull(this.a.a(t), "The mapper function returned a null value.")); } catch (Throwable th) { b(th); } } @Override // o.InterfaceC13413fZp public final int b(int i) { return e(i); } @Override // o.InterfaceC13414fZq public final U b() throws Throwable { T b = this.e.b(); if (b != null) { return (U) Objects.requireNonNull(this.a.a(b), "The mapper function returned a null value."); } return null; } } }