close
Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 231 Bytes

File metadata and controls

3 lines (3 loc) · 231 Bytes

Methods like Futures.transformAsync and Futures.catchingAsync will throw a NullPointerException if the provided AsyncFunction returns a null Future. To produce a Future with an output of null, instead return immediateFuture(null).