Renaming Future.failure to Future.recover
This commit is contained in:
parent
3d7a717b06
commit
b0952e5212
4 changed files with 39 additions and 43 deletions
|
|
@ -170,7 +170,6 @@ The 'Future' interface looks like this:
|
|||
|
||||
interface Future<T> {
|
||||
void await();
|
||||
void awaitBlocking();
|
||||
boolean isCompleted();
|
||||
boolean isExpired();
|
||||
long timeoutInNanos();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue