Package org.apache.pekko.actor
Class PreRestartException$
- java.lang.Object
- 
- scala.runtime.AbstractFunction4<ActorRef,java.lang.Throwable,java.lang.Throwable,scala.Option<java.lang.Object>,PreRestartException>
- 
- org.apache.pekko.actor.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 SummaryFields Modifier and Type Field Description static PreRestartException$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description PreRestartException$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PreRestartExceptionapply(ActorRef actor, java.lang.Throwable cause, java.lang.Throwable originalCause, scala.Option<java.lang.Object> messageOption)java.lang.StringtoString()scala.Option<scala.Tuple4<ActorRef,java.lang.Throwable,java.lang.Throwable,scala.Option<java.lang.Object>>>unapply(PreRestartException x$0)
 
- 
- 
- 
Field Detail- 
MODULE$public static final PreRestartException$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
toStringpublic final java.lang.String toString() - Specified by:
- toStringin interface- scala.Function4<ActorRef,java.lang.Throwable,java.lang.Throwable,scala.Option<java.lang.Object>,PreRestartException>
- Overrides:
- toStringin class- scala.runtime.AbstractFunction4<ActorRef,java.lang.Throwable,java.lang.Throwable,scala.Option<java.lang.Object>,PreRestartException>
 
 - 
applypublic PreRestartException apply(ActorRef actor, java.lang.Throwable cause, java.lang.Throwable originalCause, scala.Option<java.lang.Object> messageOption) - Specified by:
- applyin interface- scala.Function4<ActorRef,java.lang.Throwable,java.lang.Throwable,scala.Option<java.lang.Object>,PreRestartException>
 
 - 
unapplypublic scala.Option<scala.Tuple4<ActorRef,java.lang.Throwable,java.lang.Throwable,scala.Option<java.lang.Object>>> unapply(PreRestartException x$0) 
 
- 
 
-