77 lines
2.3 KiB
Java
77 lines
2.3 KiB
Java
package o;
|
|
|
|
import o.AbstractC15351go;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class yRG extends C15032gf<EoY, Sts> {
|
|
private final RuJ c;
|
|
|
|
/* renamed from: o.yRG$5, reason: invalid class name */
|
|
/* loaded from: classes3.dex */
|
|
static final class AnonymousClass5 extends AbstractC14961gcz implements InterfaceC14894gbR<Sts, AbstractC13175fSw<EoY>> {
|
|
private RuJ b;
|
|
|
|
@Override // o.InterfaceC14894gbR
|
|
public final /* synthetic */ AbstractC13175fSw<EoY> invoke(Sts sts) {
|
|
Sts sts2 = sts;
|
|
C14957gcv.e(sts2, "");
|
|
return this.b.d(sts2.d, sts2.e);
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
AnonymousClass5(RuJ ruJ) {
|
|
super(1);
|
|
this.b = ruJ;
|
|
}
|
|
}
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
@InterfaceC13391fZD
|
|
public yRG(yRw yrw, yRw yrw2, RuJ ruJ) {
|
|
super(yrw, yrw2, new AnonymousClass5(ruJ));
|
|
C14957gcv.e(yrw, "");
|
|
C14957gcv.e(yrw2, "");
|
|
C14957gcv.e(ruJ, "");
|
|
this.c = ruJ;
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class Sts implements AbstractC15351go.HBt {
|
|
final UjQ d;
|
|
final InterfaceC13213fU e;
|
|
|
|
public Sts(UjQ ujQ, InterfaceC13213fU interfaceC13213fU) {
|
|
C14957gcv.e(ujQ, "");
|
|
C14957gcv.e(interfaceC13213fU, "");
|
|
this.d = ujQ;
|
|
this.e = interfaceC13213fU;
|
|
}
|
|
|
|
public final String toString() {
|
|
UjQ ujQ = this.d;
|
|
InterfaceC13213fU interfaceC13213fU = this.e;
|
|
StringBuilder sb = new StringBuilder("Param(request=");
|
|
sb.append(ujQ);
|
|
sb.append(", validator=");
|
|
sb.append(interfaceC13213fU);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (this.d.hashCode() * 31) + this.e.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof Sts)) {
|
|
return false;
|
|
}
|
|
Sts sts = (Sts) obj;
|
|
return C14957gcv.b(this.d, sts.d) && C14957gcv.b(this.e, sts.e);
|
|
}
|
|
}
|
|
}
|