static L constructorsWithNumberOfArguments(Class c, int n) { ret filter(getDeclaredConstructors_cached(c), con -> l(con.getParameterTypes()) == n); }