Class ChildFailed$


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

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

      Constructors 
      Constructor Description
      ChildFailed$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ChildFailed apply​(ActorRef<scala.runtime.Nothing$> ref, java.lang.Throwable cause)  
      scala.Option<scala.Tuple2<ActorRef<scala.runtime.Nothing$>,​java.lang.Throwable>> unapply​(ChildFailed t)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • ChildFailed$

        public ChildFailed$()
    • Method Detail

      • apply

        public ChildFailed apply​(ActorRef<scala.runtime.Nothing$> ref,
                                 java.lang.Throwable cause)
      • unapply

        public scala.Option<scala.Tuple2<ActorRef<scala.runtime.Nothing$>,​java.lang.Throwable>> unapply​(ChildFailed t)