Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 226 Bytes

File metadata and controls

3 lines (3 loc) · 226 Bytes

Methods like Futures.whenAllComplete(...).callAsync(...) will throw a NullPointerException if the provided AsyncCallable returns a null Future. To produce a Future with an output of null, instead return immediateFuture(null).