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