I'm playing with akka-streams 0.10-M1 and in one of my tests I have a Source[Either[A, B]]; I would like to create a vertex, similar to Unzip, that would have two outputs, left and right, one for Left values and the other for Right values. So far I haven't found a way to do it as all traits and classes that I would have to extend are sealed traits and/or private. Would that be possible in a future release of akka-streams.
Regards, Luis -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
