Packages

implicit class StepperHasParStream[A] extends AnyRef

Source
StreamExtensions.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StepperHasParStream
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StepperHasParStream(stepper: Stepper[A] with EfficientSplit)

Value Members

  1. def asJavaParStream[S <: BaseStream[_, _], St <: Stepper[_]](implicit s: StreamShape[A, S, St], st: StepperShape[A, St]): S

    Create a parallel Java Stream for this stepper.

    Create a parallel Java Stream for this stepper. If the stepper yields primitive values, a corresponding specialized Stream is returned (e.g., IntStream).