StreamShape

sealed trait StreamShape[T, S <: BaseStream[_, _], St <: Stepper[_]]

An implicit StreamShape instance connects element types with the corresponding specialized Stream and Stepper types. This is used in asJavaStream extension methods to create generic or primitive streams according to the element type.

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

Value members

Concrete methods

final def fromStepper(st: St, par: Boolean): S