69 lines
2.0 KiB
Java
69 lines
2.0 KiB
Java
package o;
|
|
|
|
import o.AbstractC15351go;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class nGH extends C15032gf<C2414aeE, IeS> {
|
|
private final yQF a;
|
|
|
|
/* renamed from: o.nGH$2, reason: invalid class name */
|
|
/* loaded from: classes3.dex */
|
|
static final class AnonymousClass2 extends AbstractC14961gcz implements InterfaceC14894gbR<IeS, AbstractC13175fSw<C2414aeE>> {
|
|
private yQF e;
|
|
|
|
@Override // o.InterfaceC14894gbR
|
|
public final /* synthetic */ AbstractC13175fSw<C2414aeE> invoke(IeS ieS) {
|
|
IeS ieS2 = ieS;
|
|
C14957gcv.e(ieS2, "");
|
|
AbstractC13175fSw<C2414aeE> b = this.e.b(ieS2.e);
|
|
C14957gcv.c(b, "");
|
|
return b;
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
AnonymousClass2(yQF yqf) {
|
|
super(1);
|
|
this.e = yqf;
|
|
}
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class IeS implements AbstractC15351go.HBt {
|
|
final C3358avz e;
|
|
|
|
public IeS(C3358avz c3358avz) {
|
|
C14957gcv.e(c3358avz, "");
|
|
this.e = c3358avz;
|
|
}
|
|
|
|
public final String toString() {
|
|
C3358avz c3358avz = this.e;
|
|
StringBuilder sb = new StringBuilder("Params(request=");
|
|
sb.append(c3358avz);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return this.e.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof IeS) && C14957gcv.b(this.e, ((IeS) obj).e);
|
|
}
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
@InterfaceC13391fZD
|
|
public nGH(yRw yrw, yRw yrw2, yQF yqf) {
|
|
super(yrw, yrw2, new AnonymousClass2(yqf));
|
|
C14957gcv.e(yrw, "");
|
|
C14957gcv.e(yrw2, "");
|
|
C14957gcv.e(yqf, "");
|
|
this.a = yqf;
|
|
}
|
|
}
|