This commit is contained in:
parent
66a0aa280d
commit
8376fa8cfd
6 changed files with 61 additions and 33 deletions
|
|
@ -581,7 +581,7 @@ trait FlowOps[+Out, +Mat] {
|
|||
*
|
||||
* '''Cancels when''' downstream cancels
|
||||
*/
|
||||
def filter(p: Out ⇒ Boolean): Repr[Out] = andThen(Filter(p))
|
||||
def filter(p: Out ⇒ Boolean): Repr[Out] = via(Filter(p))
|
||||
|
||||
/**
|
||||
* Only pass on those elements that NOT satisfy the given predicate.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue