public interface StepperShape<T,S extends Stepper<?>>
Modifier and Type | Method and Description |
---|---|
S |
parUnbox(AnyStepper<T> st)
Create an unboxing primitive parallel (i.e.
|
S |
seqUnbox(AnyStepper<T> st)
Create an unboxing primitive sequential Stepper from a boxed
AnyStepper . |
int |
shape()
Return the Int constant (as defined in the `StepperShape` companion object) for this `StepperShape`.
|
int shape()
S seqUnbox(AnyStepper<T> st)
AnyStepper
.st
- (undocumented)S parUnbox(AnyStepper<T> st)
with EfficientSubstep
) Stepper from a boxed AnyStepper
.st
- (undocumented)