Class Effect.SpawnedAdapter$

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Effect

    public static class Effect.SpawnedAdapter$
    extends java.lang.Object
    implements java.io.Serializable
    INTERNAL API Spawning adapters is private[akka]
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor Description
      SpawnedAdapter$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> akka.actor.testkit.typed.Effect.SpawnedAdapter<T> apply​(java.lang.String name)  
      <T> scala.Option<scala.Tuple1<java.lang.String>> unapply​(akka.actor.testkit.typed.Effect.SpawnedAdapter<T> s)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • SpawnedAdapter$

        public SpawnedAdapter$()
    • Method Detail

      • apply

        public <T> akka.actor.testkit.typed.Effect.SpawnedAdapter<T> apply​(java.lang.String name)
      • unapply

        public <T> scala.Option<scala.Tuple1<java.lang.String>> unapply​(akka.actor.testkit.typed.Effect.SpawnedAdapter<T> s)