Support mapNotNull intermediate operation
This commit is contained in:
committed by
Yan Zhulanow
parent
eaee6697f2
commit
85d83309ae
@@ -13,21 +13,19 @@ toList
|
||||
after: nothing
|
||||
mappings for mapNotNull
|
||||
direct:
|
||||
1 -> nothing
|
||||
1 -> 2
|
||||
3 -> nothing
|
||||
4 -> nothing
|
||||
5 -> nothing
|
||||
5 -> 6
|
||||
reverse:
|
||||
nothing <- 2
|
||||
nothing <- 6
|
||||
1 <- 2
|
||||
5 <- 6
|
||||
mappings for toList
|
||||
direct:
|
||||
2 -> nothing
|
||||
6 -> nothing
|
||||
reverse:
|
||||
empty
|
||||
|
||||
WRONG! Support will be implemented later
|
||||
Disconnected from the target VM
|
||||
|
||||
Process finished with exit code 0
|
||||
|
||||
Reference in New Issue
Block a user