类 ErrorToFutureCompletionHandler<T>

  • 类型参数:
    T - result type
    所有已实现的接口:
    CompletionHandler<T,​Void>

    public class ErrorToFutureCompletionHandler<T>
    extends Object
    implements CompletionHandler<T,​Void>
    Base class that propagates any error to the given future allowing only implementation of the success callback.