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