Class ActorRef.ActorRefOps<T>

  • Enclosing interface:
    ActorRef<T>

    public static final class ActorRef.ActorRefOps<T>
    extends scala.AnyVal
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void $bang​(T msg)
      Send a message to the Actor referenced by this ActorRef using *at-most-once* messaging semantics.
      boolean equals​(java.lang.Object x$1)  
      int hashCode()  
      ActorRef<T> ref()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ActorRefOps

        public ActorRefOps​(ActorRef<T> ref)
    • Method Detail

      • $bang

        public void $bang​(T msg)
        Send a message to the Actor referenced by this ActorRef using *at-most-once* messaging semantics.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object x$1)
        Overrides:
        equals in class java.lang.Object