StepperShape

scala.collection.StepperShape
See theStepperShape companion object
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.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
StepperShape[T, S]

Members list

Value members

Abstract methods

Create an unboxing primitive parallel (i.e. with EfficientSplit) Stepper from a boxed AnyStepper. This is an identity operation for reference shapes.

Create an unboxing primitive parallel (i.e. with EfficientSplit) Stepper from a boxed AnyStepper. This is an identity operation for reference shapes.

Attributes

def seqUnbox(st: AnyStepper[T]^): S^{st}

Create an unboxing primitive sequential Stepper from a boxed AnyStepper. This is an identity operation for reference shapes.

Create an unboxing primitive sequential Stepper from a boxed AnyStepper. This is an identity operation for reference shapes.

Attributes

def shape: Shape

Return the Int constant (as defined in the StepperShape companion object) for this StepperShape.

Return the Int constant (as defined in the StepperShape companion object) for this StepperShape.

Attributes