Packages

object AnyStepper

Source
Stepper.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnyStepper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class AnyStepperSpliterator[A] extends Spliterator[A]

Value Members

  1. def ofParDoubleStepper(st: DoubleStepper with EfficientSplit): AnyStepper[Double] with EfficientSplit
  2. def ofParIntStepper(st: IntStepper with EfficientSplit): AnyStepper[Int] with EfficientSplit
  3. def ofParLongStepper(st: LongStepper with EfficientSplit): AnyStepper[Long] with EfficientSplit
  4. def ofSeqDoubleStepper(st: DoubleStepper): AnyStepper[Double]
  5. def ofSeqIntStepper(st: IntStepper): AnyStepper[Int]
  6. def ofSeqLongStepper(st: LongStepper): AnyStepper[Long]