static Class loadFunctionsWithInclude(Collection functions, S include) { new StringBuilder buf; buf.append("!include once " + fsI(include) + "\n"); for (S s : asSet(functions)) buf.append("please include function " + assertIdentifier(s) + ".\n"); ret veryQuickJava(buf); }