We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffcee7 commit 7db9f95Copy full SHA for 7db9f95
src/test/java/io/reactivex/flowable/Burst.java
@@ -29,6 +29,7 @@
29
* Creates {@link Flowable} of a number of items followed by either an error or
30
* completion. Cancellation has no effect on preventing emissions until the
31
* currently outstanding requests have been met.
32
+ * @param <T> the value type
33
*/
34
public final class Burst<T> extends Flowable<T> {
35
0 commit comments