Hi Sean, could you elaborate a bit mote what are you trying to do?
On Thu, Jul 10, 2014 at 4:41 AM, Sean Zhong <[email protected]> wrote: > > > <https://lh3.googleusercontent.com/-CknzCjr2mNo/U73vEEZlsDI/AAAAAAAAD3Y/Sd-exFRr3aQ/s1600/akka_shuffle.png> > > > Take wordcount as an example, S is a list of files, > > Flow(S).foreach(fileName => > > val file = Source.fromFile(fileName) > > Flow(file.getLines()) > > .flatMap(splitWords) > > .groupBy(_) > > ... > > Ideas? > > > Sean > > -- > >>>>>>>>>> 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. > -- Martynas Mickevičius Typesafe <http://typesafe.com/> – Reactive <http://www.reactivemanifesto.org/> Apps on the JVM -- >>>>>>>>>> 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.
