Returns the actor of the given type.
Returns the actor of the given type. If there are no actors with the given type or more than one an AssertionError will be thrown. Note that this methods has to traverse all live actors in order to find the matching one. If you need to locate an actor instance in performance criticial code resort to finding by actor id instead!
Returns the actor with the given id.
Returns the actor whose id matches the given symbol.