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

71 lines
2.1 KiB
Java

package o;
import o.AbstractC15351go;
/* renamed from: o.AUi, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0138AUi extends C15032gf<Boolean, RVV> {
private final pQs e;
/* renamed from: o.AUi$4, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass4 extends AbstractC14961gcz implements InterfaceC14894gbR<RVV, AbstractC13175fSw<Boolean>> {
private pQs e;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ AbstractC13175fSw<Boolean> invoke(RVV rvv) {
RVV rvv2 = rvv;
C14957gcv.e(rvv2, "");
AbstractC13175fSw<Boolean> d = this.e.d(rvv2.d);
C14957gcv.c(d, "");
return d;
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass4(pQs pqs) {
super(1);
this.e = pqs;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public C0138AUi(yRw yrw, yRw yrw2, pQs pqs) {
super(yrw, yrw2, new AnonymousClass4(pqs));
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(pqs, "");
this.e = pqs;
}
/* renamed from: o.AUi$RVV */
/* loaded from: classes3.dex */
public static final class RVV implements AbstractC15351go.HBt {
final M d;
public RVV(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 RVV) && C14957gcv.b(this.d, ((RVV) obj).d);
}
}
}