Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

/**
* A functional interface that has a {@code subscribe()} method that receives
* an instance of a {@link CompletableEmitter} instance that allows pushing
* a {@link CompletableEmitter} instance that allows pushing
* an event in a cancellation-safe manner.
*/
@FunctionalInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

/**
* A functional interface that has a {@code subscribe()} method that receives
* an instance of a {@link FlowableEmitter} instance that allows pushing
* a {@link FlowableEmitter} instance that allows pushing
* events in a backpressure-safe and cancellation-safe manner.
*
* @param <T> the value type pushed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

/**
* A functional interface that has a {@code subscribe()} method that receives
* an instance of a {@link MaybeEmitter} instance that allows pushing
* a {@link MaybeEmitter} instance that allows pushing
* an event in a cancellation-safe manner.
*
* @param <T> the value type pushed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

/**
* A functional interface that has a {@code subscribe()} method that receives
* an instance of an {@link ObservableEmitter} instance that allows pushing
* an {@link ObservableEmitter} instance that allows pushing
* events in a cancellation-safe manner.
*
* @param <T> the value type pushed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

/**
* A functional interface that has a {@code subscribe()} method that receives
* an instance of a {@link SingleEmitter} instance that allows pushing
* a {@link SingleEmitter} instance that allows pushing
* an event in a cancellation-safe manner.
*
* @param <T> the value type pushed
Expand Down