akshay_b
object : GenericType<Pair<F, S>>() {}
GenericType<Pair<? extends F, ? extends S>>
? extends
Ellen Spertus