what-the-bank/sources/o/qRx.java

69 lines
2.0 KiB
Java

package o;
import o.AbstractC15351go;
/* loaded from: classes3.dex */
public final class qRx extends C15032gf<Boolean, Sts> {
private final pQs b;
/* renamed from: o.qRx$3, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass3 extends AbstractC14961gcz implements InterfaceC14894gbR<Sts, AbstractC13175fSw<Boolean>> {
private pQs c;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ AbstractC13175fSw<Boolean> invoke(Sts sts) {
Sts sts2 = sts;
C14957gcv.e(sts2, "");
AbstractC13175fSw<Boolean> a = this.c.a(sts2.d);
C14957gcv.c(a, "");
return a;
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass3(pQs pqs) {
super(1);
this.c = pqs;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public qRx(yRw yrw, yRw yrw2, pQs pqs) {
super(yrw, yrw2, new AnonymousClass3(pqs));
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(pqs, "");
this.b = pqs;
}
/* loaded from: classes3.dex */
public static final class Sts implements AbstractC15351go.HBt {
final M d;
public Sts(M m) {
C14957gcv.e(m, "");
this.d = m;
}
public final String toString() {
M m = this.d;
StringBuilder sb = new StringBuilder("Params(request=");
sb.append(m);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof Sts) && C14957gcv.b(this.d, ((Sts) obj).d);
}
}
}