File tree 5 files changed +5
-5
lines changed
src/main/java/io/reactivex/rxjava3/core
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
18
18
/**
19
19
* 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
21
21
* an event in a cancellation-safe manner.
22
22
*/
23
23
@ FunctionalInterface
Original file line number Diff line number Diff line change 17
17
18
18
/**
19
19
* 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
21
21
* events in a backpressure-safe and cancellation-safe manner.
22
22
*
23
23
* @param <T> the value type pushed
Original file line number Diff line number Diff line change 17
17
18
18
/**
19
19
* 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
21
21
* an event in a cancellation-safe manner.
22
22
*
23
23
* @param <T> the value type pushed
Original file line number Diff line number Diff line change 17
17
18
18
/**
19
19
* 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
21
21
* events in a cancellation-safe manner.
22
22
*
23
23
* @param <T> the value type pushed
Original file line number Diff line number Diff line change 17
17
18
18
/**
19
19
* 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
21
21
* an event in a cancellation-safe manner.
22
22
*
23
23
* @param <T> the value type pushed
You can’t perform that action at this time.
0 commit comments