public final class RichArrayObjectCanStep<A> extends scala.AnyVal implements MakesStepper<AnyStepper<A>>
| Constructor and Description |
|---|
RichArrayObjectCanStep(A[] underlying) |
| Modifier and Type | Method and Description |
|---|---|
AnyStepper<A> |
stepper()
Generates a fresh stepper of type `T`
|
public RichArrayObjectCanStep(A[] underlying)
public AnyStepper<A> stepper()
MakesStepperstepper in interface MakesStepper<AnyStepper<A>>