public final class RichIterableCanStep<T> extends scala.AnyVal implements MakesStepper<T,java.lang.Object>
| Constructor and Description |
|---|
RichIterableCanStep(scala.collection.Iterable<T> underlying) |
| Modifier and Type | Method and Description |
|---|---|
<S extends Stepper<?>> |
stepper(StepperShape<T,S> ss)
Generates a fresh stepper of type `S` for element type `T`
|
scala.collection.Iterable<T> |
underlying() |
public RichIterableCanStep(scala.collection.Iterable<T> underlying)
public scala.collection.Iterable<T> underlying()
public <S extends Stepper<?>> S stepper(StepperShape<T,S> ss)
MakesStepperstepper in interface MakesStepper<T,java.lang.Object>