public final class RichLinkedHashTableValueCanStep<K,V> extends scala.AnyVal implements MakesValueStepper<AnyStepper<V>>
| Constructor and Description |
|---|
RichLinkedHashTableValueCanStep(scala.collection.mutable.HashTable<K,scala.collection.mutable.LinkedEntry<K,V>> underlying) |
| Modifier and Type | Method and Description |
|---|---|
AnyStepper<V> |
valueStepper()
Generates a fresh stepper of type `T` over map values
|
public AnyStepper<V> valueStepper()
MakesValueSteppervalueStepper in interface MakesValueStepper<AnyStepper<V>>