package j;

import javax.annotation.Nullable;

/* JADX INFO: loaded from: classes.dex */
public abstract class e0<T> {
    /* JADX WARN: Code restructure failed: missing block: B:53:0x00fa, code lost:
    
        throw j.h0.j(r2.f6882d, "@Headers value must be in the form \"Name: Value\". Found: \"%s\"", r12);
     */
    /*
        Code decompiled incorrectly, please refer to instructions dump.
        To view partially-correct add '--show-bad-code' argument
    */
    public static <T> j.e0<T> b(j.d0 r23, java.lang.reflect.Method r24) {
        /*
            Method dump skipped, instruction units count: 2842
            To view this dump add '--comments-level debug' option
        */
        throw new UnsupportedOperationException("Method not decompiled: j.e0.b(j.d0, java.lang.reflect.Method):j.e0");
    }

    @Nullable
    public abstract T a(Object[] objArr);
}
