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