MCPcopy
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

StereotypesFunction · 0.45
QueuedSessionsFunction · 0.45
ColumnSelectorFunction · 0.45
stableSortFunction · 0.45
EnhancedTableHeadFunction · 0.45
RunningSessionsFunction · 0.45
compareSlotStereotypesFunction · 0.45
OverviewFunction · 0.45
dom.jsFile · 0.45
createNativeTouchListFunction · 0.45
createGenericTouchListFunction · 0.45

Calls 3

nonNullMethod · 0.95
rightMethod · 0.95
applyMethod · 0.45

Tested by 15

propertiesMethod · 0.36
createDriverMethod · 0.36
listCapabilitiesMethod · 0.36
mergeW3CMethod · 0.36
filesMethod · 0.36
getHelloMethod · 0.36
getExcludedFilesMethod · 0.36