Package akka.actor

Class PreRestartException$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Function4<ActorRef,​java.lang.Throwable,​java.lang.Throwable,​scala.Option<java.lang.Object>,​PreRestartException>

    public class PreRestartException$
    extends scala.runtime.AbstractFunction4<ActorRef,​java.lang.Throwable,​java.lang.Throwable,​scala.Option<java.lang.Object>,​PreRestartException>
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PreRestartException apply​(ActorRef actor, java.lang.Throwable cause, java.lang.Throwable originalCause, scala.Option<java.lang.Object> messageOption)  
      java.lang.String toString()  
      scala.Option<scala.Tuple4<ActorRef,​java.lang.Throwable,​java.lang.Throwable,​scala.Option<java.lang.Object>>> unapply​(PreRestartException x$0)  
      • Methods inherited from class scala.runtime.AbstractFunction4

        curried, tupled
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • PreRestartException$

        public PreRestartException$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Specified by:
        toString in interface scala.Function4<ActorRef,​java.lang.Throwable,​java.lang.Throwable,​scala.Option<java.lang.Object>,​PreRestartException>
        Overrides:
        toString in class scala.runtime.AbstractFunction4<ActorRef,​java.lang.Throwable,​java.lang.Throwable,​scala.Option<java.lang.Object>,​PreRestartException>
      • apply

        public PreRestartException apply​(ActorRef actor,
                                         java.lang.Throwable cause,
                                         java.lang.Throwable originalCause,
                                         scala.Option<java.lang.Object> messageOption)
        Specified by:
        apply in interface scala.Function4<ActorRef,​java.lang.Throwable,​java.lang.Throwable,​scala.Option<java.lang.Object>,​PreRestartException>
      • unapply

        public scala.Option<scala.Tuple4<ActorRef,​java.lang.Throwable,​java.lang.Throwable,​scala.Option<java.lang.Object>>> unapply​(PreRestartException x$0)