Package akka.testkit

Class TestActor$


  • public class TestActor$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static TestActor$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      TestActor$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      scala.Function1<java.lang.Object,​java.lang.Object> FALSE()  
      Props props​(java.util.concurrent.BlockingDeque<TestActor.Message> queue)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

        public static final TestActor$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • TestActor$

        public TestActor$()
    • Method Detail

      • FALSE

        public scala.Function1<java.lang.Object,​java.lang.Object> FALSE()