Package akka.dispatch.internal
Class ScalaBatchable$
- java.lang.Object
-
- akka.dispatch.internal.ScalaBatchable$
-
public class ScalaBatchable$ extends java.lang.Object
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static ScalaBatchable$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ScalaBatchable$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isBatchable(java.lang.Runnable runnable)
-
-
-
Field Detail
-
MODULE$
public static final ScalaBatchable$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-