scala / 3.1 / scala / collection / convert / streamextensions$$streamunboxer.html

Trait scala.collection.convert.StreamUnboxer

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.

Supertypes

Abstract methods

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

© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.1.1/scala/collection/convert/StreamExtensions$$StreamUnboxer.html