public interface OnReject<F>
Listener for a Deferred entering a Deferred.REJECTED state.
Deferred| Modifier and Type | Method and Description |
|---|---|
void |
reject(F fail) |
void reject(F fail)
fail - The exception thrown by the computation represented by this promise.Copyright © 2014 MachineCode. All rights reserved.