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

74 lines
2.2 KiB
Java

package o;
import o.AbstractC15351go;
/* renamed from: o.nff, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16353nff extends C13353fY<HBt> {
private final InterfaceC0773Ogw b;
/* renamed from: o.nff$4, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass4 extends AbstractC14961gcz implements InterfaceC14894gbR<HBt, fRY> {
private InterfaceC0773Ogw b;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ fRY invoke(HBt hBt) {
HBt hBt2 = hBt;
C14957gcv.e(hBt2, "");
fRY a = this.b.a(Boolean.valueOf(hBt2.c));
C14957gcv.c(a, "");
return a;
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass4(InterfaceC0773Ogw interfaceC0773Ogw) {
super(1);
this.b = interfaceC0773Ogw;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public C16353nff(yRw yrw, yRw yrw2, InterfaceC0773Ogw interfaceC0773Ogw) {
super(yrw, yrw2, new AnonymousClass4(interfaceC0773Ogw));
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(interfaceC0773Ogw, "");
this.b = interfaceC0773Ogw;
}
/* renamed from: o.nff$HBt */
/* loaded from: classes3.dex */
public static final class HBt implements AbstractC15351go.HBt {
final boolean c;
public HBt(boolean z) {
this.c = z;
}
public final String toString() {
boolean z = this.c;
StringBuilder sb = new StringBuilder("BooleanParams(b=");
sb.append(z);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
boolean z = this.c;
if (z) {
return 1;
}
return z ? 1 : 0;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof HBt) && this.c == ((HBt) obj).c;
}
}
}