88 lines
2.7 KiB
Java
88 lines
2.7 KiB
Java
package o;
|
|
|
|
import o.wRi;
|
|
|
|
/* renamed from: o.hM, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C15635hM extends C15620hF {
|
|
public InterfaceC14894gbR<? super Throwable, C14866gag> b;
|
|
public final REU c;
|
|
public InterfaceC14939gcd<? super String, ? super String, ? super String, C14866gag> e;
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
@InterfaceC13391fZD
|
|
public C15635hM(REU reu) {
|
|
super((byte) 0);
|
|
C14957gcv.e(reu, "");
|
|
this.c = reu;
|
|
this.e = IeS.d;
|
|
this.b = Sts.c;
|
|
}
|
|
|
|
/* renamed from: o.hM$IeS */
|
|
/* loaded from: classes3.dex */
|
|
static final class IeS extends AbstractC14961gcz implements InterfaceC14939gcd<String, String, String, C14866gag> {
|
|
public static final IeS d = new IeS();
|
|
|
|
@Override // o.InterfaceC14939gcd
|
|
public final /* synthetic */ C14866gag invoke(String str, String str2, String str3) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
return C14866gag.c;
|
|
}
|
|
|
|
IeS() {
|
|
super(3);
|
|
}
|
|
}
|
|
|
|
/* renamed from: o.hM$Sts */
|
|
/* loaded from: classes3.dex */
|
|
static final class Sts extends AbstractC14961gcz implements InterfaceC14894gbR<Throwable, C14866gag> {
|
|
public static final Sts c = new Sts();
|
|
|
|
@Override // o.InterfaceC14894gbR
|
|
public final /* synthetic */ C14866gag invoke(Throwable th) {
|
|
C14957gcv.e(th, "");
|
|
return C14866gag.c;
|
|
}
|
|
|
|
Sts() {
|
|
super(1);
|
|
}
|
|
}
|
|
|
|
/* renamed from: o.hM$LWm */
|
|
/* loaded from: classes3.dex */
|
|
public final class LWm extends wRi.LWm<Pag> {
|
|
private C15635hM c;
|
|
|
|
@Override // o.wRi.LWm, o.InterfaceC13174fSv
|
|
public final /* synthetic */ void onNext(Object obj) {
|
|
Pag pag = (Pag) obj;
|
|
C14957gcv.e(pag, "");
|
|
super.onNext(pag);
|
|
String str = pag.e.a;
|
|
String str2 = pag.e.b;
|
|
String str3 = pag.e.d;
|
|
InterfaceC14939gcd<? super String, ? super String, ? super String, C14866gag> interfaceC14939gcd = this.c.e;
|
|
C14957gcv.c((Object) str, "");
|
|
C14957gcv.c((Object) str2, "");
|
|
C14957gcv.c((Object) str3, "");
|
|
interfaceC14939gcd.invoke(str, str2, str3);
|
|
}
|
|
|
|
public LWm(C15635hM c15635hM) {
|
|
this.c = c15635hM;
|
|
}
|
|
|
|
@Override // o.wRi.LWm, o.InterfaceC13174fSv
|
|
public final void onError(Throwable th) {
|
|
C14957gcv.e(th, "");
|
|
super.onError(th);
|
|
this.c.b.invoke(th);
|
|
}
|
|
}
|
|
}
|