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

34 lines
1.3 KiB
Java

package o;
import java.util.Objects;
/* renamed from: o.fWy, reason: case insensitive filesystem */
/* loaded from: classes6.dex */
public final class C13316fWy<R, T> extends fUX<T, R> {
private InterfaceC13172fSt<? extends R, ? super T> e;
public C13316fWy(InterfaceC13169fSq<T> interfaceC13169fSq, InterfaceC13172fSt<? extends R, ? super T> interfaceC13172fSt) {
super(interfaceC13169fSq);
this.e = interfaceC13172fSt;
}
@Override // o.AbstractC13163fSk
public final void subscribeActual(InterfaceC13174fSv<? super R> interfaceC13174fSv) {
try {
InterfaceC13174fSv<? super Object> d = this.e.d();
StringBuilder sb = new StringBuilder("Operator ");
sb.append(this.e);
sb.append(" returned a null Observer");
this.c.subscribe((InterfaceC13174fSv) Objects.requireNonNull(d, sb.toString()));
} catch (NullPointerException e) {
throw e;
} catch (Throwable th) {
C13147fSI.c(th);
C13418fZu.c(th);
NullPointerException nullPointerException = new NullPointerException("Actually not, but can't throw other exceptions due to RS");
nullPointerException.initCause(th);
throw nullPointerException;
}
}
}