Searched defs:checkNotNull (Results 1 – 5 of 5) sorted by relevance
175 public static <T> T checkNotNull(T reference) { in checkNotNull() method in Preconditions192 public static <T> T checkNotNull(T reference, Object errorMessage) { in checkNotNull() method in Preconditions216 public static <T> T checkNotNull(T reference, String errorMessageTemplate, in checkNotNull() method in Preconditions
64 public static <T> T checkNotNull(T object) { in checkNotNull() method in Utils
295 public static <T> T checkNotNull(T object) { in checkNotNull() method in Util
345 public static <T> T checkNotNull(T object) { in checkNotNull() method in Util
331 public static <T> T checkNotNull(T object) { in checkNotNull() method in CameraUtil