Searched refs:isBranch (Results 1 – 1 of 1) sorted by relevance
172 private Predicate<DeviceInfoEntity> isBranch(String branch) { in isBranch() method232 deviceInfoEntityStream = deviceInfoEntityMap.stream().filter(isBranch(branch)); in getCoverageDispatcher()