Package akka.actor.typed
Class Terminated$
- java.lang.Object
-
- akka.actor.typed.Terminated$
-
public class Terminated$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static Terminated$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Terminated$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Terminated
apply(ActorRef<scala.runtime.Nothing$> ref)
scala.Option<ActorRef<scala.runtime.Nothing$>>
unapply(Terminated t)
-
-
-
Field Detail
-
MODULE$
public static final Terminated$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public Terminated apply(ActorRef<scala.runtime.Nothing$> ref)
-
unapply
public scala.Option<ActorRef<scala.runtime.Nothing$>> unapply(Terminated t)
-
-