65 lines
1.9 KiB
Java
65 lines
1.9 KiB
Java
|
package o;
|
||
|
|
||
|
import o.AbstractC15351go;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class UBw extends C15032gf<pQV, Sts> {
|
||
|
|
||
|
/* renamed from: o.UBw$5, reason: invalid class name */
|
||
|
/* loaded from: classes3.dex */
|
||
|
static final class AnonymousClass5 extends AbstractC14961gcz implements InterfaceC14894gbR<Sts, AbstractC13175fSw<pQV>> {
|
||
|
private tEA c;
|
||
|
|
||
|
@Override // o.InterfaceC14894gbR
|
||
|
public final /* synthetic */ AbstractC13175fSw<pQV> invoke(Sts sts) {
|
||
|
Sts sts2 = sts;
|
||
|
C14957gcv.e(sts2, "");
|
||
|
return this.c.c(sts2.a);
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
AnonymousClass5(tEA tea) {
|
||
|
super(1);
|
||
|
this.c = tea;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
@InterfaceC13391fZD
|
||
|
public UBw(yRw yrw, yRw yrw2, tEA tea) {
|
||
|
super(yrw, yrw2, new AnonymousClass5(tea));
|
||
|
C14957gcv.e(yrw, "");
|
||
|
C14957gcv.e(yrw2, "");
|
||
|
C14957gcv.e(tea, "");
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class Sts implements AbstractC15351go.HBt {
|
||
|
final C11123eZ a;
|
||
|
|
||
|
public Sts(C11123eZ c11123eZ) {
|
||
|
C14957gcv.e(c11123eZ, "");
|
||
|
this.a = c11123eZ;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
C11123eZ c11123eZ = this.a;
|
||
|
StringBuilder sb = new StringBuilder("Params(request=");
|
||
|
sb.append(c11123eZ);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return this.a.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
return (obj instanceof Sts) && C14957gcv.b(this.a, ((Sts) obj).a);
|
||
|
}
|
||
|
}
|
||
|
}
|