Package com.axelor.meta.service.menu
Class MenuUtils
- java.lang.Object
-
- com.axelor.meta.service.menu.MenuUtils
-
public class MenuUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description MenuUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Predicate<T>distinctByKey(Function<? super T,Object> keyExtractor)static List<MetaMenu>fetchMetaMenu(List<String> names)FetchMetaMenufor the given names.
-