MCPcopy
hub / github.com/SeleniumHQ/selenium / forEach

Method forEach

java/src/org/openqa/selenium/internal/Multimap.java:71–73  ·  view source on GitHub ↗
(BiConsumer<K, V> consumer)

Source from the content-addressed store, hash-verified

69 }
70
71 public void forEach(BiConsumer<K, V> consumer) {
72 map.forEach((key, values) -> values.forEach(value -> consumer.accept(key, value)));
73 }
74}

Callers 15

getSessionFactoriesMethod · 0.95
updateDirFunction · 0.45
ColumnSelectorFunction · 0.45
RunningSessionsFunction · 0.45
typeValueFunction · 0.45
action.jsFile · 0.45
dom.jsFile · 0.45
domcore.jsFile · 0.45
device.jsFile · 0.45
keyboard.jsFile · 0.45

Calls 1

acceptMethod · 0.65

Tested by

no test coverage detected