static L getActualTypeArguments_list(Type t) { if (t instanceof ParameterizedType) ret asList(t.getActualTypeArguments()); null; }