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

54 lines
1.6 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.Objects;
/* renamed from: o.fYk, reason: case insensitive filesystem */
/* loaded from: classes6.dex */
public final class C13372fYk<T, R> extends AbstractC13175fSw<R> {
private fSD<? extends T> d;
private fSS<? super T, ? extends R> e;
public C13372fYk(fSD<? extends T> fsd, fSS<? super T, ? extends R> fss) {
this.d = fsd;
this.e = fss;
}
@Override // o.AbstractC13175fSw
public final void e(InterfaceC13176fSx<? super R> interfaceC13176fSx) {
this.d.c(new RVV(interfaceC13176fSx, this.e));
}
/* renamed from: o.fYk$RVV */
/* loaded from: classes6.dex */
static final class RVV<T, R> implements InterfaceC13176fSx<T> {
private InterfaceC13176fSx<? super R> a;
private fSS<? super T, ? extends R> e;
/* JADX INFO: Access modifiers changed from: package-private */
public RVV(InterfaceC13176fSx<? super R> interfaceC13176fSx, fSS<? super T, ? extends R> 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);
}
}
}