65 lines
2.0 KiB
Java
65 lines
2.0 KiB
Java
|
package o;
|
||
|
|
||
|
import o.AbstractC15351go;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class hIr extends C15032gf<Boolean, RVV> {
|
||
|
|
||
|
/* renamed from: o.hIr$3, reason: invalid class name */
|
||
|
/* loaded from: classes3.dex */
|
||
|
static final class AnonymousClass3 extends AbstractC14961gcz implements InterfaceC14894gbR<RVV, AbstractC13175fSw<Boolean>> {
|
||
|
private InterfaceC17109txL a;
|
||
|
|
||
|
@Override // o.InterfaceC14894gbR
|
||
|
public final /* synthetic */ AbstractC13175fSw<Boolean> invoke(RVV rvv) {
|
||
|
RVV rvv2 = rvv;
|
||
|
C14957gcv.e(rvv2, "");
|
||
|
return this.a.c(rvv2.e);
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
AnonymousClass3(InterfaceC17109txL interfaceC17109txL) {
|
||
|
super(1);
|
||
|
this.a = interfaceC17109txL;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
@InterfaceC13391fZD
|
||
|
public hIr(yRw yrw, yRw yrw2, InterfaceC17109txL interfaceC17109txL) {
|
||
|
super(yrw, yrw2, new AnonymousClass3(interfaceC17109txL));
|
||
|
C14957gcv.e(yrw, "");
|
||
|
C14957gcv.e(yrw2, "");
|
||
|
C14957gcv.e(interfaceC17109txL, "");
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class RVV implements AbstractC15351go.HBt {
|
||
|
final C13636fe e;
|
||
|
|
||
|
public RVV(C13636fe c13636fe) {
|
||
|
C14957gcv.e(c13636fe, "");
|
||
|
this.e = c13636fe;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
C13636fe c13636fe = this.e;
|
||
|
StringBuilder sb = new StringBuilder("Param(request=");
|
||
|
sb.append(c13636fe);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return this.e.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
return (obj instanceof RVV) && C14957gcv.b(this.e, ((RVV) obj).e);
|
||
|
}
|
||
|
}
|
||
|
}
|