Searched defs:checkNotNull (Results 1 – 2 of 2) sorted by relevance
185 public static <T> T checkNotNull(T reference) { in checkNotNull() method in Preconditions202 public static <T> T checkNotNull(T reference, @Nullable Object errorMessage) { in checkNotNull() method in Preconditions226 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