MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / map

Method map

java/src/org/openqa/selenium/internal/Either.java:61–64  ·  view source on GitHub ↗
(Function<? super B, ? extends R> mapper)

Source from the content-addressed store, hash-verified

59 }
60
61 public <R> R map(Function<? super B, ? extends R> mapper) {
62 Require.nonNull("Mapper", mapper);
63 return mapper.apply(right());
64 }
65
66 public <R> R mapLeft(Function<? super A, ? extends R> mapper) {
67 Require.nonNull("Mapper", mapper);

Callers 15

latestMethod · 0.45
available_assetsMethod · 0.45
process_capabilitiesMethod · 0.45
find_elements_byMethod · 0.45
unwrap_script_resultMethod · 0.45
upload_if_necessaryMethod · 0.45
generate_capabilitiesMethod · 0.45
ensure_utf8_encodingMethod · 0.45
proxy_ignored?Method · 0.45
to_wireMethod · 0.45
to_symbolMethod · 0.45
windowsMethod · 0.45

Calls 3

nonNullMethod · 0.95
rightMethod · 0.95
applyMethod · 0.45

Tested by 15

print_envMethod · 0.36
callMethod · 0.36
propertiesMethod · 0.36
createDriverMethod · 0.36
listCapabilitiesMethod · 0.36
mergeW3CMethod · 0.36
filesMethod · 0.36