Class ActorCall<W extends java.lang.Enum,​T>


  • public class ActorCall<W extends java.lang.Enum,​T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ActorCall​(W what)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T call​(Actor<W> actor)  
      void setResult​(T result)  
      • Methods inherited from class java.lang.Object

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

      • ActorCall

        public ActorCall​(W what)
    • Method Detail

      • setResult

        public void setResult​(T result)
      • call

        public T call​(Actor<W> actor)