When I check the scala doc for Actor react method, I see: See the companion object's react method. Is this something I can only know runtime? Or how do I find out who the campanion object is?
Note: I know campanion objects are the object with the same name of the corresponding class. So just looking to find out what's going on in this particular case.
Thanks.