package j;

import java.lang.annotation.Annotation;
import java.lang.reflect.Type;
import javax.annotation.Nullable;

/* JADX INFO: loaded from: classes.dex */
public interface j<F, T> {

    public static abstract class a {
        @Nullable
        public j<?, g.c0> a(Type type, Annotation[] annotationArr, Annotation[] annotationArr2, d0 d0Var) {
            return null;
        }

        @Nullable
        public j<g.f0, ?> b(Type type, Annotation[] annotationArr, d0 d0Var) {
            return null;
        }
    }

    @Nullable
    T a(F f2);
}
