akka.util
Class BoxedType$

java.lang.Object
  extended by akka.util.BoxedType$

public class BoxedType$
extends java.lang.Object


Field Summary
static BoxedType$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
BoxedType$()
           
 
Method Summary
 java.lang.Class<?> apply(java.lang.Class<?> c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final BoxedType$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

BoxedType$

public BoxedType$()
Method Detail

apply

public final java.lang.Class<?> apply(java.lang.Class<?> c)