Package org.apache.pekko.actor
Class PreRestartException$
java.lang.Object
scala.runtime.AbstractFunction4<ActorRef,Throwable,Throwable,scala.Option<Object>,PreRestartException>
org.apache.pekko.actor.PreRestartException$
- All Implemented Interfaces:
Serializable,scala.Function4<ActorRef,Throwable, Throwable, scala.Option<Object>, PreRestartException>
public class PreRestartException$
extends scala.runtime.AbstractFunction4<ActorRef,Throwable,Throwable,scala.Option<Object>,PreRestartException>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PreRestartException$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class scala.runtime.AbstractFunction4
curried, tupled
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
PreRestartException$
public PreRestartException$()
-
-
Method Details
-
toString
- Specified by:
toStringin interfacescala.Function4<ActorRef,Throwable, Throwable, scala.Option<Object>, PreRestartException> - Overrides:
toStringin classscala.runtime.AbstractFunction4<ActorRef,Throwable, Throwable, scala.Option<Object>, PreRestartException>
-
apply
public PreRestartException apply(ActorRef actor, Throwable cause, Throwable originalCause, scala.Option<Object> messageOption) - Specified by:
applyin interfacescala.Function4<ActorRef,Throwable, Throwable, scala.Option<Object>, PreRestartException>
-
unapply
public scala.Option<scala.Tuple4<ActorRef,Throwable, unapplyThrowable, scala.Option<Object>>> (PreRestartException x$0)
-