90 lines
2.8 KiB
Java
90 lines
2.8 KiB
Java
|
package o;
|
||
|
|
||
|
import o.AbstractC15351go;
|
||
|
import o.Icn;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class Icn extends C13353fY<IeS> {
|
||
|
private final InterfaceC3521azC e;
|
||
|
|
||
|
/* renamed from: o.Icn$4, reason: invalid class name */
|
||
|
/* loaded from: classes3.dex */
|
||
|
static final class AnonymousClass4 extends AbstractC14961gcz implements InterfaceC14894gbR<IeS, fRY> {
|
||
|
private InterfaceC3521azC d;
|
||
|
|
||
|
@Override // o.InterfaceC14894gbR
|
||
|
public final /* synthetic */ fRY invoke(IeS ieS) {
|
||
|
final IeS ieS2 = ieS;
|
||
|
C14957gcv.e(ieS2, "");
|
||
|
final InterfaceC3521azC interfaceC3521azC = this.d;
|
||
|
fRY b = fRY.b(new fSP(interfaceC3521azC, ieS2) { // from class: o.ZdP
|
||
|
private InterfaceC3521azC a;
|
||
|
private Icn.IeS b;
|
||
|
|
||
|
@Override // o.fSP
|
||
|
public final void c() {
|
||
|
Icn.AnonymousClass4.c(this.a, this.b);
|
||
|
}
|
||
|
|
||
|
{
|
||
|
this.a = interfaceC3521azC;
|
||
|
this.b = ieS2;
|
||
|
}
|
||
|
});
|
||
|
C14957gcv.c(b, "");
|
||
|
return b;
|
||
|
}
|
||
|
|
||
|
public static /* synthetic */ void c(InterfaceC3521azC interfaceC3521azC, IeS ieS) {
|
||
|
C14957gcv.e(interfaceC3521azC, "");
|
||
|
C14957gcv.e(ieS, "");
|
||
|
interfaceC3521azC.b(ieS.a);
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
AnonymousClass4(InterfaceC3521azC interfaceC3521azC) {
|
||
|
super(1);
|
||
|
this.d = interfaceC3521azC;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
@InterfaceC13391fZD
|
||
|
public Icn(yRw yrw, yRw yrw2, InterfaceC3521azC interfaceC3521azC) {
|
||
|
super(yrw, yrw2, new AnonymousClass4(interfaceC3521azC));
|
||
|
C14957gcv.e(yrw, "");
|
||
|
C14957gcv.e(yrw2, "");
|
||
|
C14957gcv.e(interfaceC3521azC, "");
|
||
|
this.e = interfaceC3521azC;
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class IeS implements AbstractC15351go.HBt {
|
||
|
final String a;
|
||
|
|
||
|
public IeS(String str) {
|
||
|
C14957gcv.e(str, "");
|
||
|
this.a = str;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.a;
|
||
|
StringBuilder sb = new StringBuilder("Params(adId=");
|
||
|
sb.append(str);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return this.a.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
return (obj instanceof IeS) && C14957gcv.b((Object) this.a, (Object) ((IeS) obj).a);
|
||
|
}
|
||
|
}
|
||
|
}
|