65 lines
2.0 KiB
Java
65 lines
2.0 KiB
Java
package o;
|
|
|
|
import o.AbstractC15351go;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class vBr extends C15032gf<Ywr, LWm> {
|
|
|
|
/* renamed from: o.vBr$5, reason: invalid class name */
|
|
/* loaded from: classes3.dex */
|
|
static final class AnonymousClass5 extends AbstractC14961gcz implements InterfaceC14894gbR<LWm, AbstractC13175fSw<Ywr>> {
|
|
private InterfaceC17109txL e;
|
|
|
|
@Override // o.InterfaceC14894gbR
|
|
public final /* synthetic */ AbstractC13175fSw<Ywr> invoke(LWm lWm) {
|
|
LWm lWm2 = lWm;
|
|
C14957gcv.e(lWm2, "");
|
|
return this.e.a(lWm2.a);
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
AnonymousClass5(InterfaceC17109txL interfaceC17109txL) {
|
|
super(1);
|
|
this.e = interfaceC17109txL;
|
|
}
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
@InterfaceC13391fZD
|
|
public vBr(yRw yrw, yRw yrw2, InterfaceC17109txL interfaceC17109txL) {
|
|
super(yrw, yrw2, new AnonymousClass5(interfaceC17109txL));
|
|
C14957gcv.e(yrw, "");
|
|
C14957gcv.e(yrw2, "");
|
|
C14957gcv.e(interfaceC17109txL, "");
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class LWm implements AbstractC15351go.HBt {
|
|
final C11089eY a;
|
|
|
|
public LWm(C11089eY c11089eY) {
|
|
C14957gcv.e(c11089eY, "");
|
|
this.a = c11089eY;
|
|
}
|
|
|
|
public final String toString() {
|
|
C11089eY c11089eY = this.a;
|
|
StringBuilder sb = new StringBuilder("Param(request=");
|
|
sb.append(c11089eY);
|
|
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 LWm) && C14957gcv.b(this.a, ((LWm) obj).a);
|
|
}
|
|
}
|
|
}
|