Searched defs:checkNotNull (Results 1 – 5 of 5) sorted by relevance
75 public static <T> T checkNotNull(final T reference, String tag, String msg) { in checkNotNull() method in SoftPreconditions89 public static <T> T checkNotNull(final T reference) { in checkNotNull() method in SoftPreconditions
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
331 public static <T> T checkNotNull(T object) { in checkNotNull() method in CameraUtil