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