Package 

Class Preconditions

    • Method Summary

      Modifier and Type Method Description
      static <T> T checkNotNull(T reference)
      static void checkAllNotNull(Array<Object> references)
      static <T> T checkNotNull(T reference, String errorMessage)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait