Toggle navigation
Home
java.util.concurrent.CompletableFuture to java.util.concurrent.Future
No. of Instances - 14
No. of Commits - 1
No. of Projects - {'neo4j'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
CompletableFuture.supplyAsync(invocation,executor)
to
executor.submit(toInvocation(cwa))
Wrap or Un-wrap
forEach
to
forEach
Other
channel.write(msg)
to
channel.write(msg)
channel.writeAndFlush(msg)
to
channel.writeAndFlush(msg)
Rename Method invocation
join
to
get