On this page
Trait StepperShape.StepperShape
sealed trait StepperShape[-T, S <: Stepper[_]]
An implicit StepperShape instance is used in the IterableOnce.stepper to return a possibly specialized Stepper S according to the element type T.
| Supertypes |
|---|
Abstract methods
Source
Create an unboxing primitive parallel (i.e. with EfficientSplit) Stepper from a boxed AnyStepper. This is an identity operation for reference shapes.
Source
def seqUnbox(st: AnyStepper[T]): S
Create an unboxing primitive sequential Stepper from a boxed AnyStepper. This is an identity operation for reference shapes.
Source
Return the Int constant (as defined in the StepperShape companion object) for this StepperShape.
© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.2.0/scala/collection/StepperShape.html