Searched defs:checkNotNull (Results 1 – 3 of 3) sorted by relevance
211 public static <T> T checkNotNull(T reference) { in checkNotNull() method in Preconditions227 public static <T> T checkNotNull(T reference, @Nullable Object errorMessage) { in checkNotNull() method in Preconditions248 public static <T> T checkNotNull(T reference, in checkNotNull() method in Preconditions
34 public static <T> T checkNotNull(T reference) { in checkNotNull() method in Preconditions
13 public static <T> T checkNotNull(T value, String checkedValue) { in checkNotNull() method in Checks