feat: Add flatten operator.
This commit is contained in:
parent
6872f9c8b7
commit
447728f3c0
9 changed files with 37 additions and 7 deletions
|
|
@ -83,7 +83,8 @@ object StreamOperatorsIndexGenerator extends AutoPlugin {
|
|||
"alsoToGraph",
|
||||
"orElseGraph",
|
||||
"divertToGraph",
|
||||
"zipWithGraph")
|
||||
"zipWithGraph",
|
||||
"flatten")
|
||||
|
||||
// FIXME document these methods as well
|
||||
val pendingTestCases = Map(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue