这种方法能true以某种方式返回吗?
true
public static <T> boolean isVoid(T t) { return t instanceof Void; }
java generics instanceof void
generics ×1
instanceof ×1
java ×1
void ×1