Searched refs:foundOptional (Results 1 – 1 of 1) sorted by relevance
202 Optional<SelfManagedConnection> foundOptional = mConnections.stream() in getConnectionById() local205 return foundOptional.orElse(null); in getConnectionById()