Interface CallbackRecipient<V,​E>

  • Type Parameters:
    V - the type of the success value.
    E - the type of the exception.

    public interface CallbackRecipient<V,​E>
    A recipient of success and exception callbacks.