what-the-bank/sources/o/C13288fWQ.java

29 lines
982 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.Objects;
import o.C13286fWM;
/* renamed from: o.fWQ, reason: case insensitive filesystem */
/* loaded from: classes6.dex */
public final class C13288fWQ<T, R> extends AbstractC13175fSw<R> {
private InterfaceC13169fSq<T> a;
private InterfaceC13189fTc<R> b;
private fSL<R, ? super T, R> d;
public C13288fWQ(InterfaceC13169fSq<T> interfaceC13169fSq, InterfaceC13189fTc<R> interfaceC13189fTc, fSL<R, ? super T, R> fsl) {
this.a = interfaceC13169fSq;
this.b = interfaceC13189fTc;
this.d = fsl;
}
@Override // o.AbstractC13175fSw
public final void e(InterfaceC13176fSx<? super R> interfaceC13176fSx) {
try {
this.a.subscribe(new C13286fWM.HBt(interfaceC13176fSx, this.d, Objects.requireNonNull(this.b.d(), "The seedSupplier returned a null value")));
} catch (Throwable th) {
C13147fSI.c(th);
EnumC13195fTi.c(th, interfaceC13176fSx);
}
}
}