Package akka.actor
Class Cancellable$
- java.lang.Object
-
- akka.actor.Cancellable$
-
public class Cancellable$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static Cancellable$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Cancellable$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cancellable
alreadyCancelled()
-
-
-
Field Detail
-
MODULE$
public static final Cancellable$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
alreadyCancelled
public Cancellable alreadyCancelled()
-
-