scala.collection.StepperShape
See theStepperShape companion object
An implicit StepperShape instance is used in the IterableOnce.stepper to return a possibly specialized Stepper S according to the element type T.
Members list
Creates an unboxing primitive parallel (i.e.
Creates an unboxing primitive parallel (i.e. with EfficientSplit) Stepper from a boxed AnyStepper. This is an identity operation for reference shapes.
Attributes
-
Source
-
StepperShape.scala
Creates an unboxing primitive sequential Stepper from a boxed AnyStepper.
Creates an unboxing primitive sequential Stepper from a boxed AnyStepper. This is an identity operation for reference shapes.
Attributes
-
Source
-
StepperShape.scala
Returns the Int constant (as defined in the StepperShape companion object) for this StepperShape.
Returns the Int constant (as defined in the StepperShape companion object) for this StepperShape.
Attributes
-
Source
-
StepperShape.scala