so for example i have a method that returns result...
# announcements
c
so for example i have a method that returns result, and i want it to return CompletableFuture<Result>. then i change the old method to
return newMethod.get()
and inline that. i think thats not possible with change signature