Join Slack
Powered by
so for example i have a method that returns result...
# announcements
c
christophsturm
08/10/2016, 10:23 AM
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
Open in Slack
Previous
Next