Class InternalPreconditions


  • public final class InternalPreconditions
    extends java.lang.Object
    A utility class that provides utility functions to do precondition checks following a pattern similar to javaemul.internal.InternalPreconditions.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void checkCriticalType​(boolean expression)  
      static void checkType​(boolean expression)  
      • Methods inherited from class java.lang.Object

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

      • checkType

        public static void checkType​(boolean expression)
      • checkCriticalType

        public static void checkCriticalType​(boolean expression)