scala.collection.convert.StreamExtensions.StreamUnboxer
See theStreamUnboxer companion object
Connects a stream element type A to the corresponding, potentially specialized, Stream type. Used in the stream.asJavaPrimitiveStream extension method.
Type parameters
- A
-
the boxed element type of the stream
- S
-
the target primitive stream type (e.g.,
IntStream,LongStream,DoubleStream)
Attributes
- Companion
- object
- Source
- StreamExtensions.scala
- Graph
-
- Supertypes
Members list
In this article