StreamUnboxer

scala.collection.convert.StreamExtensions.StreamUnboxer
See theStreamUnboxer companion object
sealed trait StreamUnboxer[A, S]

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
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply(s: Stream[A]): S

Attributes

Source
StreamExtensions.scala