discord-jadx/app/src/main/java/i0/e.java

17 lines
345 B
Java

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