Thanks Endre. I will give that a shot. On Tuesday, June 23, 2015 at 9:39:17 AM UTC-3, drewhk wrote: > > Yes, it is the mapConcat operation. By default it takes a function A => > java.lang.Iterable<B> which is more general. In your case you only need a > function that takes your Iterable, and does nothing with it, just returns > it unchanged :) > > -Endre > > On Tue, Jun 23, 2015 at 2:32 PM, <[email protected] <javascript:>> > wrote: > >> Hi Everyone, >> >> Is there a simple processing stage that converts a stream in which each >> element is a list of objects to a stream of just those objects or do I need >> to create a custom PushPullStage for this? >> >> i.e. Source<List<SomeObject>, BoxedUnit>> ~> Flow<List<SomeObject>, >> SomeObject, BoxedUnit> >> >> Thanks in advance, >> >> Ryan >> >> -- >> >>>>>>>>>> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/akka-user. >> For more options, visit https://groups.google.com/d/optout. >> > >
-- >>>>>>>>>> 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.
