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