Searched defs:checkNotNull (Results 1 – 10 of 10) sorted by relevance
89 public static <T> T checkNotNull(String argName, T arg) { in checkNotNull() method in Preconditions109 public static <T> T checkNotNull(T arg) { in checkNotNull() method in Preconditions
109 public static @NonNull <T> T checkNotNull(final T reference) { in checkNotNull() method in Preconditions126 public static @NonNull <T> T checkNotNull(final T reference, final Object errorMessage) { in checkNotNull() method in Preconditions144 public static @NonNull <T> T checkNotNull(final T reference, in checkNotNull() method in Preconditions
37 public static final void checkNotNull(Object object) { in checkNotNull() method in Utils
29 public static void checkNotNull(Object value, String error, Object... args) { in checkNotNull() method in Preconditions
95 public static @NonNull <T> T checkNotNull(final T reference) { in checkNotNull() method in Preconditions112 public static @NonNull <T> T checkNotNull(final T reference, final Object errorMessage) { in checkNotNull() method in Preconditions
254 private static void checkNotNull(String name, Object obj) { in checkNotNull() method in Face
64 public static <T> T checkNotNull(T object) { in checkNotNull() method in Utils
1155 private static <T> T checkNotNull(final T reference) { in checkNotNull() method in ContentRecommendation
783 private void checkNotNull(IInterface service) { in checkNotNull() method in ManagedServices
3357 private static <T> T checkNotNull(T value, String message) { in checkNotNull() method in ConnectivityService