Searched defs:checkNotNull (Results 1 – 5 of 5) sorted by relevance
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
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
567 static <T> T checkNotNull(T reference, String name) { in checkNotNull() method in Multibinder
1535 private static <T> T checkNotNull(T obj, String fmt, Object... args) { in checkNotNull() method in OpenSSLEngineImpl