Skip to content
Discussion options

You must be logged in to vote

You can use the operator flatMap to perform the opposite action to toList

current_list = Channel.from(1, 2, 3, 4).toList()
current_list.view()
executions = current_list.flatMap()
executions.view()

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@RamilNurtdinov
Comment options

Answer selected by RamilNurtdinov
Comment options

You must be logged in to vote
1 reply
@RamilNurtdinov
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #3486 on December 09, 2022 17:35.