Package libai.common

Class Precondition


  • public final class Precondition
    extends java.lang.Object
    Created by kronenthaler on 09/03/2017.
    • Constructor Summary

      Constructors 
      Constructor Description
      Precondition()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void check​(boolean expression, java.lang.String message, java.lang.Object... params)  
      • Methods inherited from class java.lang.Object

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

      • Precondition

        public Precondition()
    • Method Detail

      • check

        public static final void check​(boolean expression,
                                       java.lang.String message,
                                       java.lang.Object... params)