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