Creates a new Future by applying the specified function to the result of this Future.
Creates a new Future by applying the specified function to the result of this Future. If there is any non-fatal exception thrown when 'f' is applied then that exception will be propagated to the resulting future.
the type of the returned Future
a Future
that will be completed with the transformed value
(Since version ) see corresponding Javadoc for more information.