Searched defs:checkNotNull (Results 1 – 4 of 4) sorted by relevance
208 public static <T> T checkNotNull(T reference) { in checkNotNull() method in Preconditions224 public static <T> T checkNotNull(T reference, @Nullable Object errorMessage) { in checkNotNull() method in Preconditions245 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
567 static <T> T checkNotNull(T reference, String name) { in checkNotNull() method in Multibinder