Searched refs:getAppByPredicate (Results 1 – 1 of 1) sorted by relevance
350 private App getAppByPredicate(Predicate<App> predicate) { in getAppByPredicate() method in ContextMap364 App app = getAppByPredicate(entry -> entry.id == id); in getById()373 App app = getAppByPredicate(entry -> entry.uuid.equals(uuid)); in getByUuid()382 App app = getAppByPredicate(entry -> entry.name.equals(name)); in getByName()391 App app = getAppByPredicate(entry -> entry.info != null && entry.info.equals(contextInfo)); in getByContextInfo()