File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
src/main/java/io/reactivex/rxjava3/core Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717
1818/**
1919 * A functional interface that has a {@code subscribe()} method that receives
20- * an instance of a {@link CompletableEmitter} instance that allows pushing
20+ * a {@link CompletableEmitter} instance that allows pushing
2121 * an event in a cancellation-safe manner.
2222 */
2323@ FunctionalInterface
Original file line number Diff line number Diff line change 1717
1818/**
1919 * A functional interface that has a {@code subscribe()} method that receives
20- * an instance of a {@link FlowableEmitter} instance that allows pushing
20+ * a {@link FlowableEmitter} instance that allows pushing
2121 * events in a backpressure-safe and cancellation-safe manner.
2222 *
2323 * @param <T> the value type pushed
Original file line number Diff line number Diff line change 1717
1818/**
1919 * A functional interface that has a {@code subscribe()} method that receives
20- * an instance of a {@link MaybeEmitter} instance that allows pushing
20+ * a {@link MaybeEmitter} instance that allows pushing
2121 * an event in a cancellation-safe manner.
2222 *
2323 * @param <T> the value type pushed
Original file line number Diff line number Diff line change 1717
1818/**
1919 * A functional interface that has a {@code subscribe()} method that receives
20- * an instance of an {@link ObservableEmitter} instance that allows pushing
20+ * an {@link ObservableEmitter} instance that allows pushing
2121 * events in a cancellation-safe manner.
2222 *
2323 * @param <T> the value type pushed
Original file line number Diff line number Diff line change 1717
1818/**
1919 * A functional interface that has a {@code subscribe()} method that receives
20- * an instance of a {@link SingleEmitter} instance that allows pushing
20+ * a {@link SingleEmitter} instance that allows pushing
2121 * an event in a cancellation-safe manner.
2222 *
2323 * @param <T> the value type pushed
You can’t perform that action at this time.
0 commit comments