public final class RichIntValueMapCanStep<K> extends scala.AnyVal implements MakesValueStepper<IntStepper>
Constructor and Description |
---|
RichIntValueMapCanStep(scala.collection.Map<K,java.lang.Object> underlying) |
Modifier and Type | Method and Description |
---|---|
IntStepper |
valueStepper()
Generates a fresh stepper of type `T` over map values
|
public RichIntValueMapCanStep(scala.collection.Map<K,java.lang.Object> underlying)
public IntStepper valueStepper()
MakesValueStepper
valueStepper
in interface MakesValueStepper<IntStepper>