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 |
---|---|
static java.lang.Class<? extends java.lang.Object> |
getClass() |
<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 static java.lang.Class<? extends java.lang.Object> getClass()
public scala.collection.immutable.NumericRange<T> underlying()
public <S extends Stepper<?>> S stepper(StepperShape<T,S> ss)
MakesStepper
stepper
in interface MakesStepper<T,EfficientSubstep>