package F7;

import d3.R0;
import java.lang.annotation.Annotation;
import java.lang.reflect.ParameterizedType;
import java.lang.reflect.Type;

/* JADX INFO: renamed from: F7.p, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0132p extends AbstractC0122f {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final ExecutorC0117a f2715a;

    public C0132p(ExecutorC0117a executorC0117a) {
        this.f2715a = executorC0117a;
    }

    @Override // F7.AbstractC0122f
    public final InterfaceC0123g a(Type type, Annotation[] annotationArr) {
        if (b0.h(type) != InterfaceC0121e.class) {
            return null;
        }
        if (type instanceof ParameterizedType) {
            return new R0(b0.g(0, (ParameterizedType) type), b0.l(annotationArr, W.class) ? null : this.f2715a, 13, false);
        }
        throw new IllegalArgumentException("Call return type must be parameterized as Call<Foo> or Call<? extends Foo>");
    }
}
