Class ClassMagnet$


  • public class ClassMagnet$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ClassMagnet$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassMagnet$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> ClassMagnet<T> apply​(scala.reflect.ClassTag<T> tag)  
      <T> ClassMagnet<T> fromClass​(java.lang.Class<T> c)  
      <T> ClassMagnet<T> fromUnit​(scala.runtime.BoxedUnit u, scala.reflect.ClassTag<T> tag)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final ClassMagnet$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • ClassMagnet$

        public ClassMagnet$()
    • Method Detail

      • fromClass

        public <T> ClassMagnet<T> fromClass​(java.lang.Class<T> c)
      • fromUnit

        public <T> ClassMagnet<T> fromUnit​(scala.runtime.BoxedUnit u,
                                           scala.reflect.ClassTag<T> tag)
      • apply

        public <T> ClassMagnet<T> apply​(scala.reflect.ClassTag<T> tag)