Searched defs:checkNotNull (Results 1 – 2 of 2) sorted by relevance
23 public static <T> T checkNotNull(T reference) { in checkNotNull() method in Preconditions
62 static <T> T checkNotNull(T obj) { in checkNotNull() method in Internal70 static <T> T checkNotNull(T obj, String message) { in checkNotNull() method in Internal