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.

Companion:
object
Source:
StreamExtensions.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

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