Class Objects


  • @Internal
    public final class Objects
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> T requireNonNull​(T obj, @NotNull java.lang.String message)  
      • Methods inherited from class java.lang.Object

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

      • requireNonNull

        public static <T> T requireNonNull​(@Nullable
                                           T obj,
                                           @NotNull
                                           @NotNull java.lang.String message)