Searched refs:annoList (Results 1 – 2 of 2) sorted by relevance
61 groupedSubInfoList.replaceAll((uuid, annoList) -> { in apply() argument62 if ((uuid == SubscriptionAnnotation.EMPTY_UUID) || (annoList.size() <= 1)) { in apply()63 return annoList; in apply()65 return Collections.singletonList(selectBestFromList(annoList)); in apply()80 protected SubscriptionAnnotation selectBestFromList(List<SubscriptionAnnotation> annoList) { in selectBestFromList() argument97 .thenComparingInt(anno -> annoList.indexOf(anno)); in selectBestFromList()98 return annoList.stream().sorted(annoSelector).findFirst().orElse(null); in selectBestFromList()
85 mFinisher = annoList -> annoList; in SelectableSubscriptions()