Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ right
Method
right
java/src/org/openqa/selenium/internal/Either.java:41–43 ·
view source on GitHub ↗
(B b)
Source
from the content-addressed store, hash-verified
39
}
40
41
public
static
<A extends @Nullable Object, B extends @Nullable Object> Either<A, B> right(B b) {
42
return
new
Either<>(null, b);
43
}
44
45
public
boolean isLeft() {
46
return
left != null;
Callers
15
testCompleteWithCreatedSession
Method · 0.95
shouldBeAbleToAddToQueueAndGetValidResponse
Method · 0.95
shouldBeAbleToAddToQueueWithTimeoutAndTimeoutResponse
Method · 0.95
shouldBeAbleToRetryRequest
Method · 0.95
shouldBeAbleToHandleMultipleSessionRequestsAtTheSameTime
Method · 0.95
addToQueueCompletesWhenSessionIsCreated
Method · 0.95
duplicateCompleteAfterConsumerReturnsIsRejected
Method · 0.95
secondReplicaCompletesRequestEnqueuedByFirstReplica
Method · 0.95
completeReturnsFalseAfterTimeout
Method · 0.95
newSession
Method · 0.95
apply
Method · 0.95
handleResponse
Method · 0.95
Calls
no outgoing calls
Tested by
15
testCompleteWithCreatedSession
Method · 0.76
shouldBeAbleToAddToQueueAndGetValidResponse
Method · 0.76
shouldBeAbleToAddToQueueWithTimeoutAndTimeoutResponse
Method · 0.76
shouldBeAbleToRetryRequest
Method · 0.76
shouldBeAbleToHandleMultipleSessionRequestsAtTheSameTime
Method · 0.76
addToQueueCompletesWhenSessionIsCreated
Method · 0.76
duplicateCompleteAfterConsumerReturnsIsRejected
Method · 0.76
secondReplicaCompletesRequestEnqueuedByFirstReplica
Method · 0.76
completeReturnsFalseAfterTimeout
Method · 0.76
newSession
Method · 0.76
apply
Method · 0.76
theMostLightlyLoadedNodeIsSelectedFirst
Method · 0.64