public interface Promise<T,E extends IError>
| Modifier and Type | Method and Description |
|---|---|
Promise<T,E> |
onError(BiFunction<? super E,? super Throwable,?> fn) |
Promise<T,E> |
thenApply(Function<? super T,?> fn) |
Copyright © 2018. All rights reserved.