36 lines
1.1 KiB
Java
36 lines
1.1 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
import o.InterfaceC13128fRj;
|
|
|
|
/* renamed from: o.fRp, reason: case insensitive filesystem */
|
|
/* loaded from: classes6.dex */
|
|
public final class C13134fRp implements InterfaceC13128fRj.IeS {
|
|
private final C13124fRf a;
|
|
private final List<InterfaceC13128fRj> b;
|
|
private final int d;
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public C13134fRp(List<? extends InterfaceC13128fRj> list, int i, C13124fRf c13124fRf) {
|
|
C14957gcv.b((Object) list, "");
|
|
C14957gcv.b((Object) c13124fRf, "");
|
|
this.b = list;
|
|
this.d = i;
|
|
this.a = c13124fRf;
|
|
}
|
|
|
|
@Override // o.InterfaceC13128fRj.IeS
|
|
public final C13122fRd b(C13124fRf c13124fRf) {
|
|
C14957gcv.b((Object) c13124fRf, "");
|
|
if (this.d >= this.b.size()) {
|
|
throw new AssertionError("no interceptors added to the chain");
|
|
}
|
|
return this.b.get(this.d).intercept(new C13134fRp(this.b, this.d + 1, c13124fRf));
|
|
}
|
|
|
|
@Override // o.InterfaceC13128fRj.IeS
|
|
public final C13124fRf a() {
|
|
return this.a;
|
|
}
|
|
}
|