public final class RichStringCanStep extends scala.AnyVal implements MakesStepper<IntStepper>
| Constructor and Description |
|---|
RichStringCanStep(java.lang.String underlying) |
| Modifier and Type | Method and Description |
|---|---|
IntStepper |
charStepper() |
IntStepper |
codepointStepper() |
IntStepper |
stepper()
Generates a fresh stepper of type `T`
|
public IntStepper stepper()
MakesStepperstepper in interface MakesStepper<IntStepper>public IntStepper charStepper()
public IntStepper codepointStepper()