| Constructor and Description |
|---|
TransformFunction() |
| Modifier and Type | Method and Description |
|---|---|
Promise<U> |
call(Promise<T> promise)
Transforms an existing promise into a new promise.
|
abstract U |
transformSuccess(T value) |
abstract java.lang.Throwable |
transformThrowable(java.lang.Throwable error) |