package o; import o.AbstractC15351go; /* loaded from: classes3.dex */ public final class Tan extends C15032gf { /* renamed from: o.Tan$3, reason: invalid class name */ /* loaded from: classes3.dex */ static final class AnonymousClass3 extends AbstractC14961gcz implements InterfaceC14894gbR> { private InterfaceC17109txL b; @Override // o.InterfaceC14894gbR public final /* synthetic */ AbstractC13175fSw invoke(HBt hBt) { HBt hBt2 = hBt; C14957gcv.e(hBt2, ""); return this.b.a(hBt2.e); } /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ AnonymousClass3(InterfaceC17109txL interfaceC17109txL) { super(1); this.b = interfaceC17109txL; } } /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ @InterfaceC13391fZD public Tan(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 HBt implements AbstractC15351go.HBt { final boolean e; public HBt(boolean z) { this.e = z; } public final String toString() { boolean z = this.e; StringBuilder sb = new StringBuilder("Param(useCache="); sb.append(z); sb.append(")"); return sb.toString(); } public final int hashCode() { boolean z = this.e; if (z) { return 1; } return z ? 1 : 0; } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof HBt) && this.e == ((HBt) obj).e; } } }