| Supertypes |
|---|
Create a parallel Java Stream for the keys of this map. If the keys are primitive values, a corresponding specialized Stream is returned (e.g., IntStream).
Create a parallel Java Stream for the (key, value) pairs of this map.
Create a parallel Java Stream for the values of this map. If the values are primitives, a corresponding specialized Stream is returned (e.g., IntStream).
© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.2.0/scala/collection/convert/StreamExtensions$MapHasParKeyValueStream.html