=str,htc apply review feedback: smaller improvement across the board

This commit is contained in:
Mathias 2015-11-25 16:33:13 +01:00
parent aeb05bd108
commit 87cf576b8d
5 changed files with 86 additions and 71 deletions

View file

@ -799,7 +799,7 @@ final class Flow[-In, +Out, +Mat](delegate: scaladsl.Flow[In, Out, Mat]) extends
* '''Completes when''' upstream completes
*
* '''Cancels when''' downstream cancels and substreams cancel
*
*
* See also [[Flow.splitAfter]].
*/
def splitWhen(p: function.Predicate[Out]): javadsl.Flow[In, Source[Out, Unit], Mat] =