Toggle navigation
Home
java.util.Optional to java.util.concurrent.CompletableFuture
No. of Instances - 3
No. of Commits - 2
No. of Projects - {'james-project'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Cascading Type Change (Similar)
Optional<AccessExecutionGraph>
to
CompletableFuture<Optional<AccessExecutionGraph>>
Optional<CompletableFuture<String>>
to
CompletableFuture<Optional<String>>
Rename Variable
optGraph
to
graphFuture
optGraph
to
graphFuture
redirectingAddress
to
redirectingAddressFuture
Other
Optional.of(cached)
to
Optional.of(cached)
Add or Remove Method invocation
of
to
thenApply
optRedirectingAddress.isPresent()
to
optRedirectingAddress.isDone()