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

59 lines
1.8 KiB
Java

package o;
import java.util.List;
import o.wRi;
/* renamed from: o.iU, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C15768iU extends C15620hF {
public final yGw b;
public final RxX d;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public C15768iU(RxX rxX, yGw ygw) {
super((byte) 0);
C14957gcv.e(rxX, "");
C14957gcv.e(ygw, "");
this.d = rxX;
this.b = ygw;
}
/* renamed from: o.iU$IeS */
/* loaded from: classes3.dex */
public static final class IeS extends wRi.LWm<List<? extends LEE>> {
private InterfaceC14894gbR<List<? extends LEE>, C14866gag> c;
private InterfaceC14894gbR<Throwable, C14866gag> e;
/* JADX WARN: Multi-variable type inference failed */
public IeS(InterfaceC14894gbR<? super List<? extends LEE>, C14866gag> interfaceC14894gbR, InterfaceC14894gbR<? super Throwable, C14866gag> interfaceC14894gbR2) {
this.c = interfaceC14894gbR;
this.e = interfaceC14894gbR2;
}
@Override // o.wRi.LWm, o.InterfaceC13174fSv
public final /* synthetic */ void onNext(Object obj) {
List<? extends LEE> list = (List) obj;
C14957gcv.e(list, "");
super.onNext(list);
this.c.invoke(list);
}
@Override // o.wRi.LWm, o.InterfaceC13174fSv
public final void onError(Throwable th) {
C14957gcv.e(th, "");
super.onError(th);
this.e.invoke(th);
}
}
@Override // o.C15620hF
public final void a() {
yGw ygw = this.b;
if (!ygw.h.isDisposed()) {
ygw.h.dispose();
}
super.a();
}
}