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.

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