Fix typos in optionalVia/unsafeOptionalVia
This commit is contained in:
parent
d1ec224330
commit
5f2d690b89
8 changed files with 8 additions and 8 deletions
|
|
@ -73,7 +73,7 @@ object Flow {
|
|||
* Creates a Flow from an existing base Flow outputting an optional element and
|
||||
* applying an additional viaFlow only if the element in the stream is defined.
|
||||
*
|
||||
* '''Emits when''' the provided viaFlow is runs with defined elements
|
||||
* '''Emits when''' the provided viaFlow runs with defined elements
|
||||
*
|
||||
* '''Backpressures when''' the viaFlow runs for the defined elements and downstream backpressures
|
||||
*
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ object FlowWithContext {
|
|||
* Creates a FlowWithContext from an existing base FlowWithContext outputting an optional element
|
||||
* and applying an additional viaFlow only if the element in the stream is defined.
|
||||
*
|
||||
* '''Emits when''' the provided viaFlow is runs with defined elements
|
||||
* '''Emits when''' the provided viaFlow runs with defined elements
|
||||
*
|
||||
* '''Backpressures when''' the viaFlow runs for the defined elements and downstream backpressures
|
||||
*
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@ object Source {
|
|||
* Creates a Source from an existing base Source outputting an optional element
|
||||
* and applying an additional viaFlow only if the element in the stream is defined.
|
||||
*
|
||||
* '''Emits when''' the provided viaFlow is runs with defined elements
|
||||
* '''Emits when''' the provided viaFlow runs with defined elements
|
||||
*
|
||||
* '''Backpressures when''' the viaFlow runs for the defined elements and downstream backpressures
|
||||
*
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ object SourceWithContext {
|
|||
* Creates a SourceWithContext from an existing base SourceWithContext outputting an optional element
|
||||
* and applying an additional viaFlow only if the element in the stream is defined.
|
||||
*
|
||||
* '''Emits when''' the provided viaFlow is runs with defined elements
|
||||
* '''Emits when''' the provided viaFlow runs with defined elements
|
||||
*
|
||||
* '''Backpressures when''' the viaFlow runs for the defined elements and downstream backpressures
|
||||
*
|
||||
|
|
|
|||
|
|
@ -432,7 +432,7 @@ object Flow {
|
|||
* Creates a FlowW from an existing base Flow outputting an optional element and
|
||||
* applying an additional viaFlow only if the element in the stream is defined.
|
||||
*
|
||||
* '''Emits when''' the provided viaFlow is runs with defined elements
|
||||
* '''Emits when''' the provided viaFlow runs with defined elements
|
||||
*
|
||||
* '''Backpressures when''' the viaFlow runs for the defined elements and downstream backpressures
|
||||
*
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ object FlowWithContext {
|
|||
* Creates a FlowWithContext from an existing base FlowWithContext outputting an optional element
|
||||
* and applying an additional viaFlow only if the element in the stream is defined.
|
||||
*
|
||||
* '''Emits when''' the provided viaFlow is runs with defined elements
|
||||
* '''Emits when''' the provided viaFlow runs with defined elements
|
||||
*
|
||||
* '''Backpressures when''' the viaFlow runs for the defined elements and downstream backpressures
|
||||
*
|
||||
|
|
|
|||
|
|
@ -312,7 +312,7 @@ object Source {
|
|||
* Creates a Source from an existing base Source outputting an optional element
|
||||
* and applying an additional viaFlow only if the element in the stream is defined.
|
||||
*
|
||||
* '''Emits when''' the provided viaFlow is runs with defined elements
|
||||
* '''Emits when''' the provided viaFlow runs with defined elements
|
||||
*
|
||||
* '''Backpressures when''' the viaFlow runs for the defined elements and downstream backpressures
|
||||
*
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ object SourceWithContext {
|
|||
* Creates a SourceWithContext from an existing base SourceWithContext outputting an optional element
|
||||
* and applying an additional viaFlow only if the element in the stream is defined.
|
||||
*
|
||||
* '''Emits when''' the provided viaFlow is runs with defined elements
|
||||
* '''Emits when''' the provided viaFlow runs with defined elements
|
||||
*
|
||||
* '''Backpressures when''' the viaFlow runs for the defined elements and downstream backpressures
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue