Replace graph with operator in Scaladoc/Javadoc
This commit is contained in:
parent
57615f1e88
commit
60eee84345
64 changed files with 394 additions and 394 deletions
|
|
@ -280,7 +280,7 @@ private[stream] object Collect {
|
|||
/**
|
||||
* Maps error with the provided function if it is defined for an error or, otherwise, passes it on unchanged.
|
||||
*
|
||||
* While similar to [[Recover]] this stage can be used to transform an error signal to a different one *without* logging
|
||||
* While similar to [[Recover]] this operator can be used to transform an error signal to a different one *without* logging
|
||||
* it as an error in the process. So in that sense it is NOT exactly equivalent to `recover(t => throw t2)` since recover
|
||||
* would log the `t2` error.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue