public final class RichVectorCanStep<T> extends scala.AnyVal implements MakesStepper<T,EfficientSubstep>
| Constructor and Description |
|---|
RichVectorCanStep(scala.collection.immutable.Vector<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.Vector<T> |
underlying() |
public RichVectorCanStep(scala.collection.immutable.Vector<T> underlying)
public scala.collection.immutable.Vector<T> underlying()
public <S extends Stepper<?>> S stepper(StepperShape<T,S> ss)
MakesStepperstepper in interface MakesStepper<T,EfficientSubstep>