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