fix source link in Java stream docs
This commit is contained in:
parent
37baa7b3b3
commit
fd621ebc36
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ to somehow express how these values should be composed to a final value when we
|
|||
many combinator methods have variants that take an additional argument, a function, that will be used to combine the
|
||||
resulting values. Some examples of using these combiners are illustrated in the example below.
|
||||
|
||||
.. includecode:: ../../../akka-samples/akka-docs-java-lambda/src/test/java/docs/stream/FlowDocSpec.scala#flow-mat-combine
|
||||
.. includecode:: ../../../akka-samples/akka-docs-java-lambda/src/test/java/docs/stream/FlowDocTest.java#flow-mat-combine
|
||||
|
||||
|
||||
Stream ordering
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue