package i0; import java.lang.annotation.Annotation; import java.lang.reflect.Type; /* compiled from: CallAdapter */ public interface e { /* compiled from: CallAdapter */ public static abstract class a { public abstract e a(Type type, Annotation[] annotationArr, y yVar); } Type a(); T b(d dVar); }