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

70 lines
2.1 KiB
Java

package o;
import java.util.List;
import o.AbstractC15351go;
/* renamed from: o.nbu, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16339nbu extends C15032gf<List<? extends cIM>, IeS> {
/* renamed from: o.nbu$2, reason: invalid class name */
/* loaded from: classes3.dex */
static final class AnonymousClass2 extends AbstractC14961gcz implements InterfaceC14894gbR<IeS, AbstractC13175fSw<List<? extends cIM>>> {
private pQs e;
@Override // o.InterfaceC14894gbR
public final /* synthetic */ AbstractC13175fSw<List<? extends cIM>> invoke(IeS ieS) {
IeS ieS2 = ieS;
C14957gcv.e(ieS2, "");
AbstractC13175fSw<List<cIM>> d = this.e.d(ieS2.d);
C14957gcv.c(d, "");
return d;
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
AnonymousClass2(pQs pqs) {
super(1);
this.e = pqs;
}
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public C16339nbu(yRw yrw, yRw yrw2, pQs pqs) {
super(yrw, yrw2, new AnonymousClass2(pqs));
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(pqs, "");
}
/* renamed from: o.nbu$IeS */
/* loaded from: classes3.dex */
public static final class IeS implements AbstractC15351go.HBt {
final T d;
public IeS(T t) {
C14957gcv.e(t, "");
this.d = t;
}
public final String toString() {
T t = this.d;
StringBuilder sb = new StringBuilder("Param(request=");
sb.append(t);
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 IeS) && C14957gcv.b(this.d, ((IeS) obj).d);
}
}
}