Class TraitOrder$


  • public class TraitOrder$
    extends java.lang.Object
    INTERNAL API
    • Field Summary

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

      Constructors 
      Constructor Description
      TraitOrder$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canBeChecked()  
      void checkBefore​(java.lang.Class<?> clazz, java.lang.Class<?> one, java.lang.Class<?> other)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • TraitOrder$

        public TraitOrder$()
    • Method Detail

      • canBeChecked

        public boolean canBeChecked()
      • checkBefore

        public void checkBefore​(java.lang.Class<?> clazz,
                                java.lang.Class<?> one,
                                java.lang.Class<?> other)