Adds the given number
n of items to the current unfulfilled demand for this subscription. If
n is less than or equal to zero, the Subscriber will receive an
onError signal with an
IllegalArgumentException argument. Otherwise, the Subscriber will receive up to
n additional
onNext invocations (or fewer if terminated).