| Modifier and Type | Method and Description |
|---|---|
<R> Future<R> |
Promise.transform(Transformer<? super T,? extends R> t) |
<R> Future<R> |
Future.transform(Transformer<? super T,? extends R> t)
Maps the result of this future using the provided Transformer.
|
<R> Future<R> |
Promise.transformWith(Transformer<? super T,? extends Future<R>> t) |
<R> Future<R> |
Future.transformWith(Transformer<? super T,? extends Future<R>> t)
Maps the result of this future using a Transformer that returns another future and flattens the result.
|
Copyright © 2017. All Rights Reserved.