public final class RichNumericRangeCanStep<T> extends scala.AnyVal implements MakesStepper<T,EfficientSubstep>
| Constructor and Description |
|---|
RichNumericRangeCanStep(scala.collection.immutable.NumericRange<T> underlying) |
| Modifier and Type | Method and Description |
|---|---|
<S extends Stepper<?>> |
stepper(StepperShape<T,S> ss)
Generates a fresh stepper of type `S` for element type `T`
|
scala.collection.immutable.NumericRange<T> |
underlying() |
public RichNumericRangeCanStep(scala.collection.immutable.NumericRange<T> underlying)
public scala.collection.immutable.NumericRange<T> underlying()
public <S extends Stepper<?>> S stepper(StepperShape<T,S> ss)
MakesStepperstepper in interface MakesStepper<T,EfficientSubstep>