Beispiel #1
0
 public Action make(String name, Field... fields) {
   LibraryItem item = get(name);
   return item.apply(fields);
 }