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