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