by default scaladoc only shows public members and the methods you are speaking of are protected, so you need to click "All"
-- Cheers, √ On Oct 13, 2016 8:37 AM, "Ortigali Bazarov" <[email protected]> wrote: > In documentation, there is a example how to use GraphStageLogic's pull, > push, emit and etc methods. But when i looked for their's signature in > here > <http://doc.akka.io/api/akka/2.4/?_ga=1.140703610.917554676.1460618872#akka.stream.stage.GraphStageLogic> > i > could not find these methods. > > -- > >>>>>>>>>> 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 https://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 https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
